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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 韶皮キ定罧髏 | 1110100011101110100101001110011110110111100100101110100011100011101011001110100110010000 | e8ee94e7b792e8e3ace990 |
EUC-JP | 韶皮キ定罧髏 | 111100001111000011001000111010011000111010110111110001001110101011100110101011101111000111110000 | f0f0c8e98eb7c4eae6aef1f0 |
UTF-8 | 韶皮キ定罧髏 | 111010011001111110110110111001111001101010101110111011111011110110110111111001011010111010011010111001111011110110100111111010011010101110001111 | e99fb6e79aaeefbdb7e5ae9ae7bda7e9ab8f |
UHC | 韶皮?定?? | 111000011101001011111001101010110011111111101111110100100011111100111111 | e1d2f9ab3fefd23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)