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 | 霎滉ケ冷皈雋 | 1110100010111110100111111110010010111001100101111110001011100001101001011110100010110010 | e8be9fe4b997e2e1a5e8b2 |
| EUC-JP | 霎滉ケ冷皈雋 | 111100001100000011011110111001101000111010111001110011101110010011100010101001111111000010110100 | f0c0dee68eb9cee4e2a7f0b4 |
| UTF-8 | 霎滉ケ冷皈雋 | 111010011001110010001110111001101011101110001001111011111011110110111001111001011000011010110111111001111001101010001000111010011001101110001011 | e99c8ee6bb89efbdb9e586b7e79a88e99b8b |
| UHC | ?滉?冷?雋 | 001111111111110011010001001111111101010111010010001111111111000111100110 | 3ffcd13fd5d23ff1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)