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 | 勺篠篷 | 100011101101100110001110110000101110001011001001 | 8ed98ec2e2c9 |
EUC-JP | 勺篠篷 | 101111001101101110111100110001001110010011001011 | bcdbbcc4e4cb |
UTF-8 | 勺篠篷 | 111001011000101110111010111001111010111110100000111001111010111110110111 | e58bbae7afa0e7afb7 |
UHC | 勺篠? | 1110110111000011111000011100011000111111 | edc3e1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)