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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 疑μ?^ | 100010110101111010000011110010100011111101011110 | 8b5e83ca3f5e |
EUC-JP | 疑μ?^ | 101101011011111110100110110011000011111101011110 | b5bfa6cc3f5e |
UTF-8 | 疑μ솯^ | 111001111001011010010001110011101011110011101100100001101010111101011110 | e79691cebcec86af5e |
UHC | 疑μ솯^ | 11101011111101111010010111101100100110011010010101011110 | ebf7a5ec99a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)