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 | 箒盪箒盪^ | 111000101011010011100001101110011110001010110100111000011011100101011110 | e2b4e1b9e2b4e1b95e |
EUC-JP | 箒盪箒盪^ | 111001001011011011100010101110111110010010110110111000101011101101011110 | e4b6e2bbe4b6e2bb5e |
UTF-8 | 箒盪箒盪^ | 11100111101011101001001011100111100110111010101011100111101011101001001011100111100110111010101001011110 | e7ae92e79baae7ae92e79baa5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)