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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 牘溽^ | 1110000010101111100111111110011101011110 | e0af9fe75e |
EUC-JP | 牘溽^ | 1110000010110001110111101110100101011110 | e0b1dee95e |
UTF-8 | 牘溽^ | 11100111100010011001100011100110101110101011110101011110 | e78998e6babd5e |
UHC | 牘?^ | 11010100101110100011111101011110 | d4ba3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)