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 | 惚域籬?硯? | 10001101100110111000100011100110111000101101111100111111100011001010010100111111 | 8d9b88e6e2df3f8ca53f |
| EUC-JP | 惚域籬?硯? | 10111001111110111011000011101000111001001110000100111111101110001010011100111111 | b9fbb0e8e4e13fb8a73f |
| UTF-8 | 惚域籬읶硯秊 | 111001101000001110011010111001011001111110011111111001111011000110101100111011001001110110110110111001111010000110101111111011111010011010010101 | e6839ae59f9fe7b1acec9db6e7a1afefa695 |
| UHC | 惚域籬읶硯秊 | 111110111110110111100110101101001101011111100110100111111101101011100110110110111110011011011100 | fbede6b4d7e69fdae6dbe6dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)