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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
EUC-JP | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
UTF-8 | 띿z띿zB | 111010111001110110111111011110101110101110011101101111110111101001000010 | eb9dbf7aeb9dbf7a42 |
UHC | 띿z띿zB | 10001101111011000111101010001101111011000111101001000010 | 8dec7a8dec7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)