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 | 遲捫 | 11100111101011011001110101111110 | e7ad9d7e |
EUC-JP | 遲捫 | 11101110101011111101100111011111 | eeafd9df |
UTF-8 | 遲捫 | 111010011000000110110010111001101000110110101011 | e981b2e68dab |
UHC | 遲? | 111100101100000000111111 | f2c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)