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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 챨찼횘첬짧짙횧 | 111011001011000110101000111011001011000010111100111011011001101010011000111011001011001010101100111011001010011110100111111011001010011110011001111011011001101010100111 | ecb1a8ecb0bced9a98ecb2aceca7a7eca799ed9aa7 |
UHC | 챨찼횘첬짧짙횧 | 1100001110110000110000111010000111000011100100101100001110111010110000101010101011000010101000111100001110011110 | c3b0c3a1c392c3bac2aac2a3c39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)