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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?睦槽腋 | 00111111100101100111001010010001100001011110001111111100 | 3f96729185e3fc |
| EUC-JP | ?睦槽腋 | 00111111110010111101001111000001111001011110011011111110 | 3fcbd3c1e5e6fe |
| UTF-8 | 뤗睦槽腋 | 111010111010010010010111111001111001110110100110111001101010011110111101111010001000010110001011 | eba497e79da6e6a7bde8858b |
| UHC | 뤗睦槽腋 | 1000111111000111110110011100111011110000110010111110010011111101 | 8fc7d9cef0cbe4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)