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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝨庭揆讎ァ | 111001011001110010010010111010111001110110000100111001101010011010100111 | e59c92eb9d84e6a6a7 |
EUC-JP | 蝨庭揆讎ァ | 11101001111111001100010011101101110110011110010011101100101010001000111010100111 | e9fcc4edd9e4eca88ea7 |
UTF-8 | 蝨庭揆讎ァ | 111010001001110110101000111001011011101010101101111001101000111110000110111010001010111010001110111011111011110110100111 | e89da8e5baade68f86e8ae8eefbda7 |
UHC | 蝨庭揆?? | 1110001110100100111011111101010011010000101001100011111100111111 | e3a4efd4d0a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)