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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 璽松 | 111100001010100110001110101000111000111110111100 | f0a98ea38fbc |
EUC-JP | ?璽松 | 0011111110111100101001011011111010111110 | 3fbca5bebe |
UTF-8 | 璽松 | 111011101000000110101000111001111001001010111101111001101001110110111110 | ee81a8e792bde69dbe |
UHC | ?璽松 | 0011111111011111110111101110000111100110 | 3fdfdee1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)