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 | 勺篠猜 | 100011101101100110001110110000101110000011001000 | 8ed98ec2e0c8 |
EUC-JP | 勺篠猜 | 101111001101101110111100110001001110000011001010 | bcdbbcc4e0ca |
UTF-8 | 勺篠猜 | 111001011000101110111010111001111010111110100000111001111000110010011100 | e58bbae7afa0e78c9c |
UHC | 勺篠猜 | 111011011100001111100001110001101110001111000100 | edc3e1c6e3c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)