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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 脣Y | 1111001110110011111000111111101001011001 | f3b3e3fa59 |
EUC-JP | ?脣Y | 00111111111001101111110001011001 | 3fe6fc59 |
UTF-8 | 脣Y | 11101110100010101010011011101000100001001010001101011001 | ee8aa6e884a359 |
UHC | ?脣Y | 00111111111000101110111001011001 | 3fe2ee59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)