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 | óçSx{d | 10011111111100111110011101010011011110000111101101100100 | 9ff3e753787b64 |
SJIS-WIN | ???Sx{d | 00111111001111110011111101010011011110000111101101100100 | 3f3f3f53787b64 |
EUC-JP | ?óçSx{d | 0011111110001111101010111101000110001111101010111010111001010011011110000111101101100100 | 3f8fabd18fabae53787b64 |
UTF-8 | óçSx{d | 11000010100111111100001110110011110000111010011101010011011110000111101101100100 | c29fc3b3c3a753787b64 |
UHC | ???Sx{d | 00111111001111110011111101010011011110000111101101100100 | 3f3f3f53787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)