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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 碣碣^ | 1110000111110000111000011111000001011110 | e1f0e1f05e |
EUC-JP | 碣碣^ | 1110001011110010111000101111001001011110 | e2f2e2f25e |
UTF-8 | 碣碣^ | 11100111101000101010001111100111101000101010001101011110 | e7a2a3e7a2a35e |
UHC | 碣碣^ | 1100101011100101110010101110010101011110 | cae5cae55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)