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 | 蓁ウ貉帷蜊 | 1110010011101011101100111110011010111001100110111110011111110010101101011110010110001101 | e4ebb3e6b99be7f2b5e58d |
| EUC-JP | 蓁ウ貉帷?蜊 | 1110100011101101100011101011001111101100101110111101011011101001001111111110100111101101 | e8ed8eb3ecbbd6e93fe9ed |
| UTF-8 | 蓁ウ貉帷蜊 | 111010001001001110000001111011111011110110110011111010001011001010001001111001011011100010110111111011101000011110101100111010001001110010001010 | e89381efbdb3e8b289e5b8b7ee87ace89c8a |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)