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 | ?G?G^ | 0011111101000111001111110100011101011110 | 3f473f475e |
SJIS-WIN | 唸G唸G^ | 10011010010110000100011110011010010110000100011101011110 | 9a58479a58475e |
EUC-JP | 唸G唸G^ | 11010011101110010100011111010011101110010100011101011110 | d3b947d3b9475e |
UTF-8 | 唸G唸G^ | 111001011001010010111000010001111110010110010100101110000100011101011110 | e594b847e594b8475e |
UHC | ?G?G^ | 0011111101000111001111110100011101011110 | 3f473f475e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)