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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 罌???癲 | 11100011101000000011111100111111001111111110000110011111 | e3a03f3f3fe19f |
EUC-JP | 罌???癲 | 11100110101000100011111100111111001111111110001010100001 | e6a23f3f3fe2a1 |
UTF-8 | 罌뾔욱뮉癲 | 111001111011110110001100111010111011111010010100111011001001101010110001111010111010111010001001111001111001100110110010 | e7bd8cebbe94ec9ab1ebae89e799b2 |
UHC | 罌뾔욱뮉癲 | 11100101101000101011101111001110101111111110110110010010100101111110111110100110 | e5a2bbcebfed9297efa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)