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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 諍?E諍?EB | 111001100111100100111111010001011110011001111001001111110100010101000010 | e6793f45e6793f4542 |
EUC-JP | 諍?E諍?EB | 111010111101101000111111010001011110101111011010001111110100010101000010 | ebda3f45ebda3f4542 |
UTF-8 | 諍렞E諍렞EB | 111010001010101110001101111010111010000010011110010001011110100010101011100011011110101110100000100111100100010101000010 | e8ab8deba09e45e8ab8deba09e4542 |
UHC | 諍렞E諍렞EB | 1110111010110101100011101010111101000101111011101011010110001110101011110100010101000010 | eeb58eaf45eeb58eaf4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)