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 | 車自 | 100011101101010010001110101010011111000010110010 | 8ed48ea9f0b2 |
EUC-JP | 車自? | 1011110011010110101111001010101100111111 | bcd6bcab3f |
UTF-8 | 車自 | 111010001011101110001010111010001000011110101010111011101000000110110001 | e8bb8ae887aaee81b1 |
UHC | 車自? | 1111001110110011111011011011101100111111 | f3b3edbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)