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 | シナ軸芝宍爾 | 10111100110001011000111010110010100011101100010110001110101100111000111010100010 | bcc58eb28ec58eb38ea2 |
| EUC-JP | シナ軸芝宍爾 | 100011101011110010001110110001011011110010110100101111001100011110111100101101011011110010100100 | 8ebc8ec5bcb4bcc7bcb5bca4 |
| UTF-8 | シナ軸芝宍爾 | 111011111011110110111100111011111011111010000101111010001011101110111000111010001000101010011101111001011010111010001101111001111000100010111110 | efbdbcefbe85e8bbb8e88a9de5ae8de788be |
| UHC | ??軸芝?爾 | 001111110011111111110101111011101111001010111001001111111110110010110011 | 3f3ff5eef2b93fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)