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 | 鉛h? | 1000100110010100100000101000100000111111 | 899482883f |
EUC-JP | 鉛h? | 1011000111110100101000111110100000111111 | b1f4a3e83f |
UTF-8 | 鉛h삐 | 111010011000100110011011111011111011110110001000111011001000001010010000 | e9899befbd88ec8290 |
UHC | 鉛h삐 | 111001101110011110100011111010001011101111011111 | e6e7a3e8bbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)