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 | ÷^ | 1000000111110111100000011000000001011110 | 81f781805e |
SJIS-WIN | ?÷??^ | 001111111000000110000000001111110011111101011110 | 3f81803f3f5e |
EUC-JP | ?÷??^ | 001111111010000111100000001111110011111101011110 | 3fa1e03f3f5e |
UTF-8 | ÷^ | 110000101000000111000011101101111100001010000001110000101000000001011110 | c281c3b7c281c2805e |
UHC | ?÷??^ | 001111111010000111000000001111110011111101011110 | 3fa1c03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)