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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?夭????? | 0011111110011010111011100011111100111111001111110011111100111111 | 3f9aee3f3f3f3f3f |
EUC-JP | ?夭????? | 0011111111010100111100000011111100111111001111110011111100111111 | 3fd4f03f3f3f3f3f |
UTF-8 | 뤵夭륨렗렼뤰탮 | 111010111010010010110101111001011010010010101101111010111010010110101000111010111010000010010111111010111010000010111100111010111010010010110000111011011000001110101110 | eba4b5e5a4adeba5a8eba097eba0bceba4b0ed83ae |
UHC | 뤵夭륨렗렼뤰탮 | 1000111111100011111010001110110010110111111111011000111010101100100011101100010010001111110111101011010110001110 | 8fe3e8ecb7fd8eac8ec48fdeb58e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)