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 | 豕るゥ | 1110011010110011100000101110100110101001 | e6b382e9a9 |
EUC-JP | 豕るゥ | 111011001011010110100100111010111000111010101001 | ecb5a4eb8ea9 |
UTF-8 | 豕るゥ | 111010001011000110010101111000111000001010001011111011111011110110101001 | e8b195e3828befbda9 |
UHC | 豕る? | 1110001111001110101010101110101100111111 | e3ceaaeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)