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 | ??|^ | 00111111001111110111110001011110 | 3f3f7c5e |
SJIS-WIN | 淨?|^ | 1001111111000100001111110111110001011110 | 9fc43f7c5e |
EUC-JP | 淨?|^ | 1101111011000110001111110111110001011110 | dec63f7c5e |
UTF-8 | 淨렠|^ | 1110011010110111101010001110101110100000101000000111110001011110 | e6b7a8eba0a07c5e |
UHC | 淨렠|^ | 111011111110010010001110101100010111110001011110 | efe48eb17c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)