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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霑エ蝸」 | 111010001011111110110100111001011001011110100011 | e8bfb4e597a3 |
EUC-JP | 霑エ蝸」 | 1111000011000001100011101011010011101001111101111000111010100011 | f0c18eb4e9f78ea3 |
UTF-8 | 霑エ蝸」 | 111010011001110010010001111011111011110110110100111010001001110110111000111011111011110110100011 | e99c91efbdb4e89db8efbda3 |
UHC | 霑?蝸? | 111011111100010100111111111010001100010000111111 | efc53fe8c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)