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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 芋?i芋?iB | 100010001111000000111111011010011000100011110000001111110110100101000010 | 88f03f6988f03f6942 |
EUC-JP | 芋?i芋?iB | 101100001111001000111111011010011011000011110010001111110110100101000010 | b0f23f69b0f23f6942 |
UTF-8 | 芋렏i芋렏iB | 111010001000101010001011111010111010000010001111011010011110100010001010100010111110101110100000100011110110100101000010 | e88a8beba08f69e88a8beba08f6942 |
UHC | 芋렏i芋렏iB | 1110100111100011100011101010010101101001111010011110001110001110101001010110100101000010 | e9e38ea569e9e38ea56942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)