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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 焏識霎 | 111110110101001110001110101011111110100010111110 | fb538eafe8be |
EUC-JP | 焏識霎 | 10001111110010011110100110111100101100011111000011000000 | 8fc9e9bcb1f0c0 |
UTF-8 | 焏識霎 | 111001111000010010001111111010001010110110011000111010011001110010001110 | e7848fe8ad98e99c8e |
UHC | ?識? | 00111111111000111101101100111111 | 3fe3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)