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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 諍?諍?B | 11100110011110010011111111100110011110010011111101000010 | e6793fe6793f42 |
EUC-JP | 諍?諍?B | 11101011110110100011111111101011110110100011111101000010 | ebda3febda3f42 |
UTF-8 | 諍렞諍렞B | 11101000101010111000110111101011101000001001111011101000101010111000110111101011101000001001111001000010 | e8ab8deba09ee8ab8deba09e42 |
UHC | 諍렞諍렞B | 111011101011010110001110101011111110111010110101100011101010111101000010 | eeb58eafeeb58eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)