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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 矼耋 | 11100001111000111110001111001101 | e1e3e3cd |
EUC-JP | 矼耋 | 11100010111001011110011011001111 | e2e5e6cf |
UTF-8 | 矼耋 | 111001111001111110111100111010001000000010001011 | e79fbce8808b |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)