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 | 茯怨撮 | 111001001010100010001001100001011000111001000010 | e4a889858e42 |
EUC-JP | 茯怨撮 | 111010001010101010110001111001011011101110100011 | e8aab1e5bba3 |
UTF-8 | 茯怨撮 | 111010001000110010101111111001101000000010101000111001101001001010101110 | e88cafe680a8e692ae |
UHC | 茯怨撮 | 110111001101101011101010101100111111010111001001 | dcdaeab3f5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)