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 | 梧?=彦? | 1000110011100110001111111000000110000001100101010100011000111111 | 8ce63f818195463f |
EUC-JP | 梧?=彦? | 1011100011101000001111111010000111100001110010011010011100111111 | b8e83fa1e1c9a73f |
UTF-8 | 梧잌=彦텯 | 111001101010001010100111111011001001111010001100111011111011110010011101111001011011110110100110111011011000010110101111 | e6a2a7ec9e8cefbc9de5bda6ed85af |
UHC | 梧잌=彦텯 | 11100111111111001001111111100101101000111011110111100101111010011011011101000010 | e7fc9fe5a3bde5e9b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)