To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 行멧邏}行멧邏{^ | 111011111010100010001000111010111010100110100111111011111010010010010011011111011110111110101000100010001110101110101001101001111110111110100100100100110111101101011110 | efa888eba9a7efa4937defa888eba9a7efa4937b5e |
UHC | 行멧邏}行멧邏{^ | 111110101010000110111000111001001101000111100000011111011111101010100001101110001110010011010001111000000111101101011110 | faa1b8e4d1e07dfaa1b8e4d1e07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)