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 | 陂顔ャ | 1110100010011000100010101110011110101100 | e8988ae7ac |
EUC-JP | 陂顔ャ | 111011111111100010110100111010011000111010101100 | eff8b4e98eac |
UTF-8 | 陂顔ャ | 111010011001100110000010111010011010000110010100111011111011110110101100 | e99982e9a194efbdac |
UHC | 陂顔? | 1111100110101110111001001101010000111111 | f9aee4d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)