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 | 驥殊シ | 1110100110000111100011101110101010111100 | e9878eeabc |
EUC-JP | 驥殊シ | 111100011110011110111100111011001000111010111100 | f1e7bcec8ebc |
UTF-8 | 驥殊シ | 111010011010100110100101111001101010111010001010111011111011110110111100 | e9a9a5e6ae8aefbdbc |
UHC | 驥殊? | 1101000111001010111000101010100000111111 | d1cae2a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)