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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?燮? | 00111111100110011101011100111111 | 3f99d73f |
EUC-JP | ?燮? | 00111111110100101101100100111111 | 3fd2d93f |
UTF-8 | 렯燮렏 | 111010111010000010101111111001111000011110101110111010111010000010001111 | eba0afe787aeeba08f |
UHC | 렯燮렏 | 100011101011110011100000111100001000111010100101 | 8ebce0f08ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)