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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 惚域立魄?^ | 10001101100110111000100011100110100101111010011111101001101011100011111101011110 | 8d9b88e697a7e9ae3f5e |
| EUC-JP | 惚域立魄?^ | 10111001111110111011000011101000110011101010100111110010101100000011111101011110 | b9fbb0e8cea9f2b03f5e |
| UTF-8 | 惚域立魄虛^ | 11100110100000111001101011100101100111111001111111100111101010111000101111101001101011011000010011101000100110011001101101011110 | e6839ae59f9fe7ab8be9ad84e8999b5e |
| UHC | 惚域立魄虛^ | 1111101111101101111001101011010011011000101000011101101111011110111110101100100001011110 | fbede6b4d8a1dbdefac85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)