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 | 梧??彦? | 10001100111001100011111100111111100101010100011000111111 | 8ce63f3f95463f |
EUC-JP | 梧??彦? | 10111000111010000011111100111111110010011010011100111111 | b8e83f3fc9a73f |
UTF-8 | 梧잍삜彦텯 | 111001101010001010100111111011001001111010001101111011001000001010011100111001011011110110100110111011011000010110101111 | e6a2a7ec9e8dec829ce5bda6ed85af |
UHC | 梧잍삜彦텯 | 11100111111111001001111111100110100110001001111111100101111010011011011101000010 | e7fc9fe6989fe5e9b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)