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 | 111000001110011000111111011010011110000011100110001111110110100101000010 | e0e63f69e0e63f6942 |
EUC-JP | 琥?i琥?iB | 111000001110100000111111011010011110000011101000001111110110100101000010 | e0e83f69e0e83f6942 |
UTF-8 | 琥렫i琥렫iB | 111001111001000010100101111010111010000010101011011010011110011110010000101001011110101110100000101010110110100101000010 | e790a5eba0ab69e790a5eba0ab6942 |
UHC | 琥렫i琥렫iB | 1111101111010000100011101011100101101001111110111101000010001110101110010110100101000010 | fbd08eb969fbd08eb96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)