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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 毬毬] | 1001111101111011100111110111101101011101 | 9f7b9f7b5d |
EUC-JP | 毬毬] | 1101110111011100110111011101110001011101 | dddcdddc5d |
UTF-8 | 毬毬] | 11100110101011111010110011100110101011111010110001011101 | e6aface6afac5d |
UHC | 毬毬] | 1100111110110011110011111011001101011101 | cfb3cfb35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)