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 | 11011011101101100111110101000111 | dbb67d47 |
SJIS-WIN | ?¶}G | 0011111110000001111101110111110101000111 | 3f81f77d47 |
EUC-JP | Û¶}G | 10001111101010101110010110100010111110010111110101000111 | 8faae5a2f97d47 |
UTF-8 | Û¶}G | 110000111001101111000010101101100111110101000111 | c39bc2b67d47 |
UHC | ?¶}G | 0011111110100010110100100111110101000111 | 3fa2d27d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)