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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韈・轣晁 | 11101000111001111010010111100111100000011001110111101000 | e8e7a5e7819de8 |
EUC-JP | 韈・轣晁 | 1111000011101001100011101010010111101101111000011101101011101010 | f0e98ea5ede1daea |
UTF-8 | 韈・轣晁 | 111010011001111110001000111011111011110110100101111010001011110110100011111001101001100110000001 | e99f88efbda5e8bda3e69981 |
UHC | ???晁 | 0011111100111111001111111111000011000101 | 3f3f3ff0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)