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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韶皮キ定罧 | 111010001110111010010100111001111011011110010010111010001110001110101100 | e8ee94e7b792e8e3ac |
EUC-JP | 韶皮キ定罧 | 11110000111100001100100011101001100011101011011111000100111010101110011010101110 | f0f0c8e98eb7c4eae6ae |
UTF-8 | 韶皮キ定罧 | 111010011001111110110110111001111001101010101110111011111011110110110111111001011010111010011010111001111011110110100111 | e99fb6e79aaeefbdb7e5ae9ae7bda7 |
UHC | 韶皮?定? | 1110000111010010111110011010101100111111111011111101001000111111 | e1d2f9ab3fefd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)