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 | ´ö}G | 10110100111101100111110101000111 | b4f67d47 |
SJIS-WIN | ´?}G | 1000000101001100001111110111110101000111 | 814c3f7d47 |
EUC-JP | ´ö}G | 10100001101011011000111110101011110100110111110101000111 | a1ad8fabd37d47 |
UTF-8 | ´ö}G | 110000101011010011000011101101100111110101000111 | c2b4c3b67d47 |
UHC | ´?}G | 1010001010100101001111110111110101000111 | a2a53f7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)