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 | 雹るュ | 1110100010111001100000101110100110101101 | e8b982e9ad |
EUC-JP | 雹るュ | 111100001011101110100100111010111000111010101101 | f0bba4eb8ead |
UTF-8 | 雹るュ | 111010011001101110111001111000111000001010001011111011111011110110101101 | e99bb9e3828befbdad |
UHC | 雹る? | 1101101011011111101010101110101100111111 | dadfaaeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)