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 | 001111110011111110001010111001110100110001000110 | 3f3f8ae74c46 |
EUC-JP | 棅馹顔LF | 10001111110000111111101110001111111010011010000110110100111010010100110001000110 | 8fc3fb8fe9a1b4e94c46 |
UTF-8 | 棅馹顔LF | 1110011010100011100001011110100110100110101110011110100110100001100101000100110001000110 | e6a385e9a6b9e9a1944c46 |
UHC | 棅馹顔LF | 1101110010111000111011001111000111100100110101000100110001000110 | dcb8ecf1e4d44c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)