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횜횤 | 11101101100110101001110011101101100110101010010001001110111011011001101010011100111011011001101010100100 | ed9a9ced9aa44eed9a9ced9aa4 |
UHC | 횜횤N횜횤 | 110000111001011011000011100110110100111011000011100101101100001110011011 | c396c39b4ec396c39b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)