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 | 澱?耳?奠? | 100100110110001000111111100011101010100000111111100110101111100100111111 | 93623f8ea83f9af93f |
EUC-JP | 澱?耳?奠? | 110001011100001100111111101111001010101000111111110101001111101100111111 | c5c33fbcaa3fd4fb3f |
UTF-8 | 澱렰耳렰奠빰 | 111001101011111010110001111010111010000010110000111010001000000010110011111010111010000010110000111001011010010110100000111010111011100110110000 | e6beb1eba0b0e880b3eba0b0e5a5a0ebb9b0 |
UHC | 澱렰耳렰奠빰 | 111011101111111010001110101111011110110010111100100011101011110111101110111101011011101110100011 | eefe8ebdecbc8ebdeef5bba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)