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 | ??O?? | 0011111100111111010011110011111100111111 | 3f3f4f3f3f |
SJIS-WIN | ??O?? | 0011111100111111010011110011111100111111 | 3f3f4f3f3f |
EUC-JP | ??O?? | 0011111100111111010011110011111100111111 | 3f3f4f3f3f |
UTF-8 | 첨챨O체횂 | 11101100101100101010100011101100101100011010100001001111111011001011001010110100111011011001101010000010 | ecb2a8ecb1a84fecb2b4ed9a82 |
UHC | 첨챨O체횂 | 110000111011011111000011101100000100111111000011101111001100001110000010 | c3b7c3b04fc3bcc382 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)