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 | 褓漆褓漆^ | 111001011110111010001110101111011110010111101110100011101011110101011110 | e5ee8ebde5ee8ebd5e |
EUC-JP | 褓漆褓漆^ | 111010101111000010111100101111111110101011110000101111001011111101011110 | eaf0bcbfeaf0bcbf5e |
UTF-8 | 褓漆褓漆^ | 11101000101001001001001111100110101111001000011011101000101001001001001111100110101111001000011001011110 | e8a493e6bc86e8a493e6bc865e |
UHC | 褓漆褓漆^ | 110111001100111011110110110101001101110011001110111101101101010001011110 | dccef6d4dccef6d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)