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 | 醍峯靂 | 100100011110011110010101111101011110100011001100 | 91e795f5e8cc |
EUC-JP | 醍峯靂 | 110000101110100111001010111101111111000011001110 | c2e9caf7f0ce |
UTF-8 | 醍峯靂 | 111010011000011010001101111001011011001110101111111010011001110110000010 | e9868de5b3afe99d82 |
UHC | 醍峯靂 | 111100001011010111011100111001111101010111111010 | f0b5dce7d5fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)