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 | ?警非 | 0011111110001100011110001001010011110001 | 3f8c7894f1 |
EUC-JP | 洧警非 | 10001111110001111011010010110111110110011100100011110011 | 8fc7b4b7d9c8f3 |
UTF-8 | 洧警非 | 111001101011010010100111111010001010110110100110111010011001110110011110 | e6b4a7e8ada6e99d9e |
UHC | 洧警非 | 111010101111101111001100111011011101111010101010 | eafbcceddeaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)