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 | ??????t | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
| SJIS-WIN | 疫?????t | 1000100101110101001111110011111100111111001111110011111101110100 | 89753f3f3f3f3f74 |
| EUC-JP | 疫??獒??t | 10110001110101100011111100111111100011111100101110111011001111110011111101110100 | b1d63f3f8fcbbb3f3f74 |
| UTF-8 | 疫뀀젫獒쎈졁t | 11100111100101101010101111101011100000001000000011101100101000001010101111100111100011011001001011101100100011101000100011101100101000011000000101110100 | e796abeb8080eca0abe78d92ec8e88eca18174 |
| UHC | 疫뀀젫獒쎈졁t | 11100110101110011011001011101011101000001010001111101000101000111011110111101011101000001011001001110100 | e6b9b2eba0a3e8a3bdeba0b274 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)