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 | 溿治鋙軸 | 1111101101001010100011101010000111111011110100011000111010110010 | fb4a8ea1fbd18eb2 |
| EUC-JP | 溿治鋙軸 | 10001111110010001011000110111100101000111000111111100100110000111011110010110100 | 8fc8b1bca38fe4c3bcb4 |
| UTF-8 | 溿治鋙軸 | 111001101011101010111111111001101011001010111011111010011000101110011001111010001011101110111000 | e6babfe6b2bbe98b99e8bbb8 |
| UHC | ?治?軸 | 001111111111011010111101001111111111010111101110 | 3ff6bd3ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)