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 | ?~? | 001111110111111000111111 | 3f7e3f |
SJIS-WIN | ?~? | 001111110111111000111111 | 3f7e3f |
EUC-JP | ?~? | 001111110111111000111111 | 3f7e3f |
UTF-8 | 챌~혗 | 11101100101100011000110001111110111011011001100010010111 | ecb18c7eed9897 |
UHC | 챌~혗 | 1100001110100111011111101100001010000010 | c3a77ec282 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)