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 | ??~?? | 0011111100111111011111100011111100111111 | 3f3f7e3f3f |
| SJIS-WIN | ??~?? | 0011111100111111011111100011111100111111 | 3f3f7e3f3f |
| EUC-JP | ??~?? | 0011111100111111011111100011111100111111 | 3f3f7e3f3f |
| UTF-8 | 뫃몷~몷뫃 | 11101011101010111000001111101011101010101011011101111110111010111010101010110111111010111010101110000011 | ebab83ebaab77eebaab7ebab83 |
| UHC | 뫃몷~몷뫃 | 100100011010011110010001100111110111111010010001100111111001000110100111 | 91a7919f7e919f91a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)