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 | 式禪^ | 1000111010101110111000100101011101011110 | 8eaee2575e |
EUC-JP | 式禪^ | 1011110010110000111000111011100001011110 | bcb0e3b85e |
UTF-8 | 式禪^ | 11100101101111001000111111100111101001101010101001011110 | e5bc8fe7a6aa5e |
UHC | 式禪^ | 1110001111010010111000001100100101011110 | e3d2e0c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)