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 | 酊警眉 | 111001111100001010001100011110001001010011111011 | e7c28c7894fb |
EUC-JP | 酊警眉 | 111011101100010010110111110110011100100011111101 | eec4b7d9c8fd |
UTF-8 | 酊警眉 | 111010011000010110001010111010001010110110100110111001111001110010001001 | e9858ae8ada6e79c89 |
UHC | 酊警眉 | 111011111111100011001100111011011101101010110110 | eff8cceddab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)