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 | 蛇式遮 | 100011101101011010001110101011101000111011010101 | 8ed68eae8ed5 |
EUC-JP | 蛇式遮 | 101111001101100010111100101100001011110011010111 | bcd8bcb0bcd7 |
UTF-8 | 蛇式遮 | 111010001001101110000111111001011011110010001111111010011000000110101110 | e89b87e5bc8fe981ae |
UHC | 蛇式遮 | 110111101110111111100011110100101111001110110100 | deefe3d2f3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)