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?? | 0011111100111111010011100011111100111111 | 3f3f4e3f3f |
SJIS-WIN | ??N?? | 0011111100111111010011100011111100111111 | 3f3f4e3f3f |
EUC-JP | ??N?? | 0011111100111111010011100011111100111111 | 3f3f4e3f3f |
UTF-8 | 횙짙N횙쨔 | 11101101100110101001100111101100101001111001100101001110111011011001101010011001111011001010100010010100 | ed9a99eca7994eed9a99eca894 |
UHC | 횙짙N횙쨔 | 110000111001001111000010101000110100111011000011100100111100001010111001 | c393c2a34ec393c2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)