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 | ?]? | 001111110101110100111111 | 3f5d3f |
SJIS-WIN | ?]? | 001111110101110100111111 | 3f5d3f |
EUC-JP | ?]? | 001111110101110100111111 | 3f5d3f |
UTF-8 | 채]혗 | 11101100101100011000010001011101111011011001100010010111 | ecb1845ded9897 |
UHC | 채]혗 | 1100001110100100010111011100001010000010 | c3a45dc282 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)