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 | ???AB | 0011111100111111001111110100000101000010 | 3f3f3f4142 |
SJIS-WIN | ?釐ュAB | 00111111111001111101100010000011100001010100000101000010 | 3fe7d883854142 |
EUC-JP | ?釐ュAB | 00111111111011101101101010100101111001010100000101000010 | 3feedaa5e54142 |
UTF-8 | 룶釐ュAB | 1110101110100011101101101110100110000111100100001110001110000011101001010100000101000010 | eba3b6e98790e383a54142 |
UHC | 룶釐ュAB | 1000111110101011110101111110110110101011111001010100000101000010 | 8fabd7edabe54142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)