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 | 001111110011111100111111001111110110000001000010 | 3f3f3f3f6042 |
SJIS-WIN | ????`B | 001111110011111100111111001111110110000001000010 | 3f3f3f3f6042 |
EUC-JP | ????`B | 001111110011111100111111001111110110000001000010 | 3f3f3f3f6042 |
UTF-8 | 횂쨀횂째`B | 1110110110011010100000101110110010101000100000001110110110011010100000101110110010100111101110000110000001000010 | ed9a82eca880ed9a82eca7b86042 |
UHC | 횂쨀횂째`B | 11000011100000101100001010110011110000111000001011000010101100000110000001000010 | c382c2b3c382c2b06042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)