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 | 凹ι?^ | 100010011001101010000011110001110011111101011110 | 899a83c73f5e |
EUC-JP | 凹ι?^ | 101100011111101010100110110010010011111101011110 | b1faa6c93f5e |
UTF-8 | 凹ι눈^ | 111001011000011110111001110011101011100111101011100010001000100001011110 | e587b9ceb9eb88885e |
UHC | 凹ι눈^ | 11101000111010101010010111101001101101001010101101011110 | e8eaa5e9b4ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)