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 | 袖曖袖曖^ | 100100011011001110011110010000101001000110110011100111100100001001011110 | 91b39e4291b39e425e |
EUC-JP | 袖曖袖曖^ | 110000101011010111011011101000111100001010110101110110111010001101011110 | c2b5dba3c2b5dba35e |
UTF-8 | 袖曖袖曖^ | 11101000101000101001011011100110100110111001011011101000101000101001011011100110100110111001011001011110 | e8a296e69b96e8a296e69b965e |
UHC | 袖曖袖曖^ | 111000101100000011100100111100101110001011000000111001001111001001011110 | e2c0e4f2e2c0e4f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)