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 | ?bB | 001111110110001001000010 | 3f6242 |
SJIS-WIN | 辿bB | 10010010010010000110001001000010 | 92486242 |
EUC-JP | 辿bB | 11000011101010010110001001000010 | c3a96242 |
UTF-8 | 辿bB | 1110100010111110101111110110001001000010 | e8bebf6242 |
UHC | ?bB | 001111110110001001000010 | 3f6242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)