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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 駭?駭?h | 11101001011011100011111111101001011011100011111101101000 | e96e3fe96e3f68 |
EUC-JP | 駭?駭?h | 11110001110011110011111111110001110011110011111101101000 | f1cf3ff1cf3f68 |
UTF-8 | 駭찶駭₄h | 11101001101001111010110111101100101100001011011011101001101001111010110111100010100000101000010001101000 | e9a7adecb0b6e9a7ade2828468 |
UHC | 駭찶駭₄h | 111110101011010010101010010011001111101010110100101010011111111001101000 | fab4aa4cfab4a9fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)