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 | 100100010101010100111111011010011001000101010101001111110110100101000010 | 91553f6991553f6942 |
EUC-JP | 繕?i繕?iB | 110000011011011000111111011010011100000110110110001111110110100101000010 | c1b63f69c1b63f6942 |
UTF-8 | 繕낀i繕낀iB | 111001111011100110010101111010111000001010000000011010011110011110111001100101011110101110000010100000000110100101000010 | e7b995eb828069e7b995eb82806942 |
UHC | 繕낀i繕낀iB | 1110000011001011101100111010010001101001111000001100101110110011101001000110100101000010 | e0cbb3a469e0cbb3a46942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)