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 | èé´B | 11101000100101001001001111101001101101001000001101000010 | e89493e9b48342 |
SJIS-WIN | ????´?B | 0011111100111111001111110011111110000001010011000011111101000010 | 3f3f3f3f814c3f42 |
EUC-JP | è??é´?B | 100011111010101110110010001111110011111110001111101010111011000110100001101011010011111101000010 | 8fabb23f3f8fabb1a1ad3f42 |
UTF-8 | èé´B | 11000011101010001100001010010100110000101001001111000011101010011100001010110100110000101000001101000010 | c3a8c294c293c3a9c2b4c28342 |
UHC | ????´?B | 0011111100111111001111110011111110100010101001010011111101000010 | 3f3f3f3fa2a53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)