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 | ??º? | 00111111001111111011101000111111 | 3f3fba3f |
SJIS-WIN | 癲??侑 | 111000011001111100111111001111111001100011010000 | e19f3f3f98d0 |
EUC-JP | 癲?º侑 | 1110001010100001001111111000111110100010111010111101000011010010 | e2a13f8fa2ebd0d2 |
UTF-8 | 癲앸º侑 | 1110011110011001101100101110110010010101101110001100001010111010111001001011111010010001 | e799b2ec95b8c2bae4be91 |
UHC | 癲앸º侑 | 1110111110100110100111011110101110101000101011001110101011100010 | efa69deba8aceae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)