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 | 樗斑?持?堤 | 10010010100101001001010011000001001111111000111010011101001111111001001011100111 | 929494c13f8e9d3f92e7 |
EUC-JP | 樗斑?持?堤 | 11000011111101001100100011000011001111111011101111111101001111111100010011101001 | c3f4c8c33fbbfd3fc4e9 |
UTF-8 | 樗斑ㄱ持렋堤 | 111001101010100010010111111001101001011010010001111000111000010010110001111001101000110010000001111010111010000010001011111001011010000010100100 | e6a897e69691e384b1e68c81eba08be5a0a4 |
UHC | 樗斑ㄱ持렋堤 | 111011101100000011011010111010001010010010100001111100101010010110001110101000101111000010100111 | eec0dae8a4a1f2a58ea2f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)