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 | 10001001010000010011111110001001010000010011111101000010 | 89413f89413f42 |
EUC-JP | 陰?陰?B | 10110001101000100011111110110001101000100011111101000010 | b1a23fb1a23f42 |
UTF-8 | 陰렰陰렰B | 11101001100110011011000011101011101000001011000011101001100110011011000011101011101000001011000001000010 | e999b0eba0b0e999b0eba0b042 |
UHC | 陰렰陰렰B | 111010111110010010001110101111011110101111100100100011101011110101000010 | ebe48ebdebe48ebd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)