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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | タ錡ケタ錡ケB | 110000001111101111011000101110011100000011111011110110001011100101000010 | c0fbd8b9c0fbd8b942 |
| EUC-JP | タ錡ケタ錡ケB | 100011101100000010001111111001001101111010001110101110011000111011000000100011111110010011011110100011101011100101000010 | 8ec08fe4de8eb98ec08fe4de8eb942 |
| UTF-8 | タ錡ケタ錡ケB | 11101111101111101000000011101001100011001010000111101111101111011011100111101111101111101000000011101001100011001010000111101111101111011011100101000010 | efbe80e98ca1efbdb9efbe80e98ca1efbdb942 |
| UHC | ?錡??錡?B | 001111111101000111000100001111110011111111010001110001000011111101000010 | 3fd1c43f3fd1c43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)