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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 午??B | 1000110011011111001111110011111101000010 | 8cdf3f3f42 |
EUC-JP | 午??B | 1011100011100001001111110011111101000010 | b8e13f3f42 |
UTF-8 | 午좈죫B | 11100101100011011000100011101100101000101000100011101100101000111010101101000010 | e58d88eca288eca3ab42 |
UHC | 午좈죫B | 11100111111011011010000011101001101000011000011001000010 | e7eda0e9a18642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)