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 | 雹ろ擴 | 111010001011100110000010111010111001110110110000 | e8b982eb9db0 |
EUC-JP | 雹ろ擴 | 111100001011101110100100111011011101101010110010 | f0bba4eddab2 |
UTF-8 | 雹ろ擴 | 111010011001101110111001111000111000001010001101111001101001001110110100 | e99bb9e3828de693b4 |
UHC | 雹ろ擴 | 110110101101111110101010111011011111110010101010 | dadfaaedfcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)