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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 語〓?幼 | 10001100111010101000000110101100001111111001011101100011 | 8cea81ac3f9763 |
EUC-JP | 語〓ħ幼 | 101110001110110010100010101011101000111110101001110001001100110111000100 | b8eca2ae8fa9c4cdc4 |
UTF-8 | 語〓ħ幼 | 1110100010101010100111101110001110000000100100111100010010100111111001011011100110111100 | e8aa9ee38093c4a7e5b9bc |
UHC | 語〓ħ幼 | 1110010111011110101000011110101110101001101001001110101011101010 | e5dea1eba9a4eaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)