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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 車自飼^ | 10001110110101001000111010101001111110111111011101011110 | 8ed48ea9fbf75e |
EUC-JP | 車自?^ | 101111001101011010111100101010110011111101011110 | bcd6bcab3f5e |
UTF-8 | 車自飼^ | 11101000101110111000101011101000100001111010101011101111101010001010101101011110 | e8bb8ae887aaefa8ab5e |
UHC | 車自?^ | 111100111011001111101101101110110011111101011110 | f3b3edbb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)