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 | ??N???? | 00111111001111110100111000111111001111110011111100111111 | 3f3f4e3f3f3f3f |
SJIS-WIN | ??N???? | 00111111001111110100111000111111001111110011111100111111 | 3f3f4e3f3f3f3f |
EUC-JP | ??N???? | 00111111001111110100111000111111001111110011111100111111 | 3f3f4e3f3f3f3f |
UTF-8 | 횙짙N횙쨔횒횤 | 11101101100110101001100111101100101001111001100101001110111011011001101010011001111011001010100010010100111011011001101010010010111011011001101010100100 | ed9a99eca7994eed9a99eca894ed9a92ed9aa4 |
UHC | 횙짙N횙쨔횒횤 | 11000011100100111100001010100011010011101100001110010011110000101011100111000011100011011100001110011011 | c393c2a34ec393c2b9c38dc39b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)