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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 荳育 | 11100100101110001000100011100111 | e4b888e7 |
EUC-JP | 荳育 | 11101000101110101011000011101001 | e8bab0e9 |
UTF-8 | 荳育 | 111010001000110110110011111010001000001010110010 | e88db3e882b2 |
UHC | 荳育 | 11010100111001011110101111000000 | d4e5ebc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)