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 | 酊警訶 | 111001111100001010001100011110001110011001100100 | e7c28c78e664 |
EUC-JP | 酊警訶 | 111011101100010010110111110110011110101111000101 | eec4b7d9ebc5 |
UTF-8 | 酊警訶 | 111010011000010110001010111010001010110110100110111010001010100010110110 | e9858ae8ada6e8a8b6 |
UHC | 酊警訶 | 111011111111100011001100111011011100101010111000 | eff8ccedcab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)