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 | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
SJIS-WIN | ?日?∵?@B | 001111111001001111111010001111111000000111100110001111110100000001000010 | 3f93fa3f81e63f4042 |
EUC-JP | ?日?∵?@B | 001111111100011011111100001111111010001011101000001111110100000001000010 | 3fc6fc3fa2e83f4042 |
UTF-8 | 룫日㈛∵∼@B | 1110101110100011101010111110011010010111101001011110001110001000100110111110001010001000101101011110001010001000101111000100000001000010 | eba3abe697a5e3889be288b5e288bc4042 |
UHC | 룫日㈛∵∼@B | 100011111010001011101100111011011010100111001100101000011111000110100001101011010100000001000010 | 8fa2eceda9cca1f1a1ad4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)