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 | 勺篠シ | 1000111011011001100011101100001010111100 | 8ed98ec2bc |
EUC-JP | 勺篠シ | 101111001101101110111100110001001000111010111100 | bcdbbcc48ebc |
UTF-8 | 勺篠シ | 111001011000101110111010111001111010111110100000111011111011110110111100 | e58bbae7afa0efbdbc |
UHC | 勺篠? | 1110110111000011111000011100011000111111 | edc3e1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)