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 | 彧自鰲 | 111110101011100110001110101010011110100111100000 | fab98ea9e9e0 |
EUC-JP | 彧自鰲 | 10001111101111001111111010111100101010111111001011100010 | 8fbcfebcabf2e2 |
UTF-8 | 彧自鰲 | 111001011011110110100111111010001000011110101010111010011011000010110010 | e5bda7e887aae9b0b2 |
UHC | 彧自鰲 | 111010011110111011101101101110111110100010100111 | e9eeedbbe8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)