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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 猿?D猿?D^ | 100010011000111000111111010001001000100110001110001111110100010001011110 | 898e3f44898e3f445e |
EUC-JP | 猿?D猿?D^ | 101100011110111000111111010001001011000111101110001111110100010001011110 | b1ee3f44b1ee3f445e |
UTF-8 | 猿렪D猿렪D^ | 111001111000110010111111111010111010000010101010010001001110011110001100101111111110101110100000101010100100010001011110 | e78cbfeba0aa44e78cbfeba0aa445e |
UHC | 猿렪D猿렪D^ | 1110101010111011100011101011100001000100111010101011101110001110101110000100010001011110 | eabb8eb844eabb8eb8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)