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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?毛弔?喪? | 001111111001011011010001100100101010001000111111100100010111001000111111 | 3f96d192a23f91723f |
| EUC-JP | ?毛弔?喪? | 001111111100110011010011110001001010010000111111110000011101001100111111 | 3fccd3c4a43fc1d33f |
| UTF-8 | 뤲毛弔쥚喪렦 | 111010111010010010110010111001101010111110011011111001011011110010010100111011001010010110011010111001011001011010101010111010111010000010100110 | eba4b2e6af9be5bc94eca59ae596aaeba0a6 |
| UHC | 뤲毛弔쥚喪렦 | 100011111110000011011001101111101111000011000000101000101000111111011111110000111000111010110101 | 8fe0d9bef0c0a28fdfc38eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)