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 | ???LF | 0011111100111111001111110100110001000110 | 3f3f3f4c46 |
SJIS-WIN | ???LF | 0011111100111111001111110100110001000110 | 3f3f3f4c46 |
EUC-JP | ??鉥LF | 00111111001111111000111111100011111010000100110001000110 | 3f3f8fe3e84c46 |
UTF-8 | 뎚멛鉥LF | 1110101110001110100110101110101110101001100110111110100110001001101001010100110001000110 | eb8e9aeba99be989a54c46 |
UHC | 뎚멛鉥LF | 1000100101101011100100010100110011100010111111000100110001000110 | 896b914ce2fc4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)