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 | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 拾뙊뢏i拾뙊뢏iB | 111011111010010110110011111010111001100110001010111010111010001010001111011010011110111110100101101100111110101110011001100010101110101110100010100011110110100101000010 | efa5b3eb998aeba28f69efa5b3eb998aeba28f6942 |
UHC | 拾뙊뢏i拾뙊뢏iB | 111001001010100110001100100011111000111101001010011010011110010010101001100011001000111110001111010010100110100101000010 | e4a98c8f8f4a69e4a98c8f8f4a6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)