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 | 篠自示射 | 1000111011000010100011101010100110001110101001101000111011001011 | 8ec28ea98ea68ecb |
EUC-JP | 篠自示射 | 1011110011000100101111001010101110111100101010001011110011001101 | bcc4bcabbca8bccd |
UTF-8 | 篠自示射 | 111001111010111110100000111010001000011110101010111001111010010010111010111001011011000010000100 | e7afa0e887aae7a4bae5b084 |
UHC | 篠自示射 | 1110000111000110111011011011101111100011110001101101111011010010 | e1c6edbbe3c6ded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)