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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 癲?癲?^ | 11100001100111110011111111100001100111110011111101011110 | e19f3fe19f3f5e |
EUC-JP | 癲?癲?^ | 11100010101000010011111111100010101000010011111101011110 | e2a13fe2a13f5e |
UTF-8 | 癲봁癲봁^ | 11100111100110011011001011101011101101001000000111100111100110011011001011101011101101001000000101011110 | e799b2ebb481e799b2ebb4815e |
UHC | 癲봁癲봁^ | 111011111010011010010100010001001110111110100110100101000100010001011110 | efa69444efa694445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)