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 | ??§??? | 001111110011111110100111001111110011111100111111 | 3f3fa73f3f3f |
SJIS-WIN | 髯懃§邨「髯 | 1110100110011001100111001110011110000001100110001110011110110101101000101110100110011001 | e9999ce78198e7b5a2e999 |
EUC-JP | 髯懃§邨「髯 | 111100011111100111011000111010011010000111111000111011101011011110001110101000101111000111111001 | f1f9d8e9a1f8eeb78ea2f1f9 |
UTF-8 | 髯懃§邨「髯 | 1110100110101011101011111110011010000111100000111100001010100111111010011000001010101000111011111011110110100010111010011010101110101111 | e9abafe68783c2a7e982a8efbda2e9abaf |
UHC | ?懃§邨?? | 001111111101000011000100101000011101011111110101101111100011111100111111 | 3fd0c4a1d7f5be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)