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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 車尺宍跖爾 | 10001110110101001000111011011010100011101011001111100110111010001000111010100010 | 8ed48eda8eb3e6e88ea2 |
| EUC-JP | 車尺宍跖爾 | 10111100110101101011110011011100101111001011010111101100111010101011110010100100 | bcd6bcdcbcb5eceabca4 |
| UTF-8 | 車尺宍跖爾 | 111010001011101110001010111001011011000010111010111001011010111010001101111010001011011110010110111001111000100010111110 | e8bb8ae5b0bae5ae8de8b796e788be |
| UHC | 車尺??爾 | 1111001110110011111101001010100100111111001111111110110010110011 | f3b3f4a93f3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)