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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 炭造但脱^ | 100100100101100110010001101000101001001001000001100100100100010101011110 | 925991a2924192455e |
EUC-JP | 炭造但脱^ | 110000111011101011000010101001001100001110100010110000111010011001011110 | c3bac2a4c3a2c3a65e |
UTF-8 | 炭造但脱^ | 11100111100000101010110111101001100000001010000011100100101111011000011011101000100001001011000101011110 | e782ade980a0e4bd86e884b15e |
UHC | 炭造但?^ | 1111011110101001111100001110001111010011101000110011111101011110 | f7a9f0e3d3a33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)