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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | `Β\ | 1000000101001101100000111010000001011100 | 814d83a05c |
EUC-JP | `Β\ | 1010000110101110101001101010001001011100 | a1aea6a25c |
UTF-8 | `Β\ | 111011111011110110000000110011101001001001011100 | efbd80ce925c |
UHC | `Β\ | 1010001111100000101001011100001001011100 | a3e0a5c25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)