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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 襞碕^H | 11100101111111001000110111101010100000010100111101001000 | e5fc8dea814f48 |
EUC-JP | 襞碕^H | 11101010111111101011101011101100101000011011000001001000 | eafebaeca1b048 |
UTF-8 | 襞碕^H | 11101000101001011001111011100111101000101001010111101111101111001011111001001000 | e8a59ee7a295efbcbe48 |
UHC | ??^H | 0011111100111111101000111101111001001000 | 3f3fa3de48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)