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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 霓フ扈ルQ] | 1110100010111101110011001110011110111011110110010101000101011101 | e8bdcce7bbd9515d |
EUC-JP | 霓フ扈ルQ] | 11110000101111111000111011001100111011101011110110001110110110010101000101011101 | f0bf8ecceebd8ed9515d |
UTF-8 | 霓フ扈ルQ] | 1110100110011100100100111110111110111110100011001110011010001001100010001110111110111110100110010101000101011101 | e99c93efbe8ce68988efbe99515d |
UHC | 霓?扈?Q] | 1110011111100111001111111111101111000011001111110101000101011101 | e7e73ffbc33f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)