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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 辰巽臓E | 10010010010000111001001001000110100100011001111101000101 | 92439246919f45 |
EUC-JP | 辰巽臓E | 11000011101001001100001110100111110000101010000101000101 | c3a4c3a7c2a145 |
UTF-8 | 辰巽臓E | 11101000101111101011000011100101101101111011110111101000100001111001001101000101 | e8beb0e5b7bde8879345 |
UHC | 辰巽?E | 111100101110001111100001110111100011111101000101 | f2e3e1de3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)