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 | óçW | 10011111111100111110011101010111 | 9ff3e757 |
SJIS-WIN | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
EUC-JP | ?óçW | 0011111110001111101010111101000110001111101010111010111001010111 | 3f8fabd18fabae57 |
UTF-8 | óçW | 11000010100111111100001110110011110000111010011101010111 | c29fc3b3c3a757 |
UHC | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)