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 | 100100001011100000111111011010011001000010111000001111110110100101000010 | 90b83f6990b83f6942 |
EUC-JP | 精?i精?iB | 110000001011101000111111011010011100000010111010001111110110100101000010 | c0ba3f69c0ba3f6942 |
UTF-8 | 精렋i精렋iB | 111001111011001010111110111010111010000010001011011010011110011110110010101111101110101110100000100010110110100101000010 | e7b2beeba08b69e7b2beeba08b6942 |
UHC | 精렋i精렋iB | 1110111111110001100011101010001001101001111011111111000110001110101000100110100101000010 | eff18ea269eff18ea26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)