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 | 100100010110101000111111011010011001000101101010001111110110100101000010 | 916a3f69916a3f6942 |
EUC-JP | 阻?i阻?iB | 110000011100101100111111011010011100000111001011001111110110100101000010 | c1cb3f69c1cb3f6942 |
UTF-8 | 阻렠i阻렠iB | 111010011001100010111011111010111010000010100000011010011110100110011000101110111110101110100000101000000110100101000010 | e998bbeba0a069e998bbeba0a06942 |
UHC | 阻렠i阻렠iB | 1111000011100110100011101011000101101001111100001110011010001110101100010110100101000010 | f0e68eb169f0e68eb16942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)