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 | 懷饒愼 | 100111001110010111101001011000001001110011000100 | 9ce5e9609cc4 |
EUC-JP | 懷饒愼 | 110110001110011111110001110000011101100011000110 | d8e7f1c1d8c6 |
UTF-8 | 懷饒愼 | 111001101000011110110111111010011010010110010010111001101000010010111100 | e687b7e9a592e684bc |
UHC | 懷饒愼 | 111111001110001111101001101011101110001111100101 | fce3e9aee3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)