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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 國塑國 | 100110101010000010010001010110011001101010100000 | 9aa091599aa0 |
EUC-JP | 國塑國 | 110101001010001011000001101110101101010010100010 | d4a2c1bad4a2 |
UTF-8 | 國塑國 | 111001011001110010001011111001011010000110010001111001011001110010001011 | e59c8be5a191e59c8b |
UHC | 國塑國 | 110011111101000011100001101100011100111111010000 | cfd0e1b1cfd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)