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 | 灼眈灼眈^ | 100011101101110011100001101111001000111011011100111000011011110001011110 | 8edce1bc8edce1bc5e |
EUC-JP | 灼眈灼眈^ | 101111001101111011100010101111101011110011011110111000101011111001011110 | bcdee2bebcdee2be5e |
UTF-8 | 灼眈灼眈^ | 11100111100000011011110011100111100111001000100011100111100000011011110011100111100111001000100001011110 | e781bce79c88e781bce79c885e |
UHC | 灼眈灼眈^ | 111011011100011111110111101011111110110111000111111101111010111101011110 | edc7f7afedc7f7af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)