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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ??馹?? | 00111111001111111000111111101001101000010011111100111111 | 3f3f8fe9a13f3f |
| UTF-8 | 청즈馹챔짯 | 111011001011001010101101111011001010011010001000111010011010011010111001111011001011000110010100111011001010011110101111 | ecb2adeca688e9a6b9ecb194eca7af |
| UHC | 청즈馹챔짯 | 11000011101110111100000111101110111011001111000111000011101010001100001010101101 | c3bbc1eeecf1c3a8c2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)