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 | 捧顏嶺 | 100101011111100111101000111110001001011111100100 | 95f9e8f897e4 |
EUC-JP | 捧顏嶺 | 110010101111101111110000111110101100111011100110 | cafbf0facee6 |
UTF-8 | 捧顏嶺 | 111001101000110110100111111010011010000110001111111001011011011010111010 | e68da7e9a18fe5b6ba |
UHC | 捧?嶺 | 1101110011101001001111111101011010111010 | dce93fd6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)