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 | 竣鞨? | 1000111101110110111010001110000000111111 | 8f76e8e03f |
EUC-JP | 竣鞨? | 1011110111010111111100001110001000111111 | bdd7f0e23f |
UTF-8 | 竣鞨퇸 | 111001111010101110100011111010011001111010101000111011011000011110111000 | e7aba3e99ea8ed87b8 |
UHC | 竣鞨퇸 | 111100011110001011001010111010101100010111110001 | f1e2caeac5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)