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 | 社射紗 | 100011101101000010001110110010111000111011010001 | 8ed08ecb8ed1 |
EUC-JP | 社射紗 | 101111001101001010111100110011011011110011010011 | bcd2bccdbcd3 |
UTF-8 | 社射紗 | 111001111010010010111110111001011011000010000100111001111011010010010111 | e7a4bee5b084e7b497 |
UHC | 社射紗 | 110111101110010011011110110100101101111011101001 | dee4ded2dee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)