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 | 10011001011000000011111110001001010000010011111101000010 | 99603f89413f42 |
EUC-JP | 兪?陰?B | 11010001110000010011111110110001101000100011111101000010 | d1c13fb1a23f42 |
UTF-8 | 兪렰陰렰B | 11100101100001011010101011101011101000001011000011101001100110011011000011101011101000001011000001000010 | e585aaeba0b0e999b0eba0b042 |
UHC | 兪렰陰렰B | 111010101110010010001110101111011110101111100100100011101011110101000010 | eae48ebdebe48ebd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)