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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?鎔?鎔B | 00111111111010000100111100111111111010000100111101000010 | 3fe84f3fe84f42 |
EUC-JP | ?鎔?鎔B | 00111111111011111011000000111111111011111011000001000010 | 3fefb03fefb042 |
UTF-8 | 렳鎔렳鎔B | 11101011101000001011001111101001100011101001010011101011101000001011001111101001100011101001010001000010 | eba0b3e98e94eba0b3e98e9442 |
UHC | 렳鎔렳鎔B | 100011101100000011101001110010101000111011000000111010011100101001000010 | 8ec0e9ca8ec0e9ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)