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 | °ÚkB | 1000111110110000110110100110101101000010 | 8fb0da6b42 |
SJIS-WIN | ?°?kB | 001111111000000110001011001111110110101101000010 | 3f818b3f6b42 |
EUC-JP | ?°ÚkB | 0011111110100001111010111000111110101010111000100110101101000010 | 3fa1eb8faae26b42 |
UTF-8 | °ÚkB | 1100001010001111110000101011000011000011100110100110101101000010 | c28fc2b0c39a6b42 |
UHC | ?°?kB | 001111111010000111000110001111110110101101000010 | 3fa1c63f6b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)