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 | ?^}?^{^ | 00111111010111100111110100111111010111100111101101011110 | 3f5e7d3f5e7b5e |
SJIS-WIN | 薩^}薩^{^ | 100011100100011001011110011111011000111001000110010111100111101101011110 | 8e465e7d8e465e7b5e |
EUC-JP | 薩^}薩^{^ | 101110111010011101011110011111011011101110100111010111100111101101011110 | bba75e7dbba75e7b5e |
UTF-8 | 薩^}薩^{^ | 1110100010010110101010010101111001111101111010001001011010101001010111100111101101011110 | e896a95e7de896a95e7b5e |
UHC | 薩^}薩^{^ | 110111111011000101011110011111011101111110110001010111100111101101011110 | dfb15e7ddfb15e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)