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 | 11101000101010111000110111101011101000001010110111101000101010111000110111101011101000001010110101000010 | e8ab8deba0ade8ab8deba0ad42 |
UHC | 諍렭諍렭B | 111011101011010110001110101110101110111010110101100011101011101001000010 | eeb58ebaeeb58eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)