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 | 歪??歪? | 10011000011000110011111100111111100110000110001100111111 | 98633f3f98633f |
| EUC-JP | 歪??歪? | 11001111110001000011111100111111110011111100010000111111 | cfc43f3fcfc43f |
| UTF-8 | 歪언갑歪얹 | 111001101010110110101010111011001001011010111000111010101011000010010001111001101010110110101010111011001001011010111001 | e6adaaec96b8eab091e6adaaec96b9 |
| UHC | 歪언갑歪얹 | 11101000111000001011111011110000101100001010100111101000111000001011111011110001 | e8e0bef0b0a9e8e0bef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)