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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 齊攀???齊 | 111010101000111010011101101100110011111100111111001111111110101010001110 | ea8e9db33f3f3fea8e |
EUC-JP | 齊攀???齊 | 111100111110111011011010101101010011111100111111001111111111001111101110 | f3eedab53f3f3ff3ee |
UTF-8 | 齊攀렎ㅷ쩔齊 | 111010011011110110001010111001101001010010000000111010111010000010001110111000111000010110110111111011001010100110010100111010011011110110001010 | e9bd8ae69480eba08ee385b7eca994e9bd8a |
UHC | 齊攀렎ㅷ쩔齊 | 111100001011101011011010111001111000111010100100101001001110011111000010101111111111000010111010 | f0badae78ea4a4e7c2bff0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)