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 | 已?美齬 | 10011011110111110011111110010100111111001110101010010111 | 9bdf3f94fcea97 |
EUC-JP | 已?美齬 | 11010110111000010011111111001000111111101111001111110111 | d6e13fc8fef3f7 |
UTF-8 | 已고美齬 | 111001011011011110110010111010101011001110100000111001111011111010001110111010011011110110101100 | e5b7b2eab3a0e7be8ee9bdac |
UHC | 已고美齬 | 1110110010101011101100001110110111011010101110001110010111100001 | ecabb0eddab8e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)