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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 腴肴燦SB | 1110010001001010100011011110011010001110010101110101001101000010 | e44a8de68e575342 |
EUC-JP | 腴肴燦SB | 1110011110101011101110101110100010111011101110000101001101000010 | e7abbae8bbb85342 |
UTF-8 | 腴肴燦SB | 1110100010000101101101001110100010000010101101001110011110000111101001100101001101000010 | e885b4e882b4e787a65342 |
UHC | ?肴燦SB | 00111111111111011010001011110011101111100101001101000010 | 3ffda2f3be5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)