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 | 100111111001110000111111011010011001111110011100001111110110100101000010 | 9f9c3f699f9c3f6942 |
EUC-JP | 沮?i沮?iB | 110111011111110000111111011010011101110111111100001111110110100101000010 | ddfc3f69ddfc3f6942 |
UTF-8 | 沮렫i沮렫iB | 111001101011001010101110111010111010000010101011011010011110011010110010101011101110101110100000101010110110100101000010 | e6b2aeeba0ab69e6b2aeeba0ab6942 |
UHC | 沮렫i沮렫iB | 1110111011000001100011101011100101101001111011101100000110001110101110010110100101000010 | eec18eb969eec18eb96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)