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 | 貔罷性 | 111001101011111010010100111010111001000010101011 | e6be94eb90ab |
EUC-JP | 貔罷性 | 111011001100000011001000111011011100000010101101 | ecc0c8edc0ad |
UTF-8 | 貔罷性 | 111010001011001010010100111001111011110110110111111001101000000010100111 | e8b294e7bdb7e680a7 |
UHC | ?罷性 | 0011111111110111111100111110000011110101 | 3ff7f3e0f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)