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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 氏隅 | 10001110100000011000101111110111 | 8e818bf7 |
EUC-JP | 氏隅 | 10111011111000011011011011111001 | bbe1b6f9 |
UTF-8 | 氏隅 | 111001101011000010001111111010011001101010000101 | e6b08fe99a85 |
UHC | 氏隅 | 11100100101010111110100111101010 | e4abe9ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)