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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?警蜚 | 0011111110001100011110001110010110010100 | 3f8c78e594 |
EUC-JP | 洧警蜚 | 10001111110001111011010010110111110110011110100111110100 | 8fc7b4b7d9e9f4 |
UTF-8 | 洧警蜚 | 111001101011010010100111111010001010110110100110111010001001110010011010 | e6b4a7e8ada6e89c9a |
UHC | 洧警蜚 | 111010101111101111001100111011011101111010100100 | eafbcceddea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)