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 | 陷願イ槫 | 11101000100111001000101011101000101100101001111011100101 | e89c8ae8b29ee5 |
EUC-JP | 陷願イ槫 | 1110111111111100101101001110101010001110101100101101110011100111 | effcb4ea8eb2dce7 |
UTF-8 | 陷願イ槫 | 111010011001100110110111111010011010000110011000111011111011110110110010111001101010011110101011 | e999b7e9a198efbdb2e6a7ab |
UHC | 陷願?? | 111110011110100011101010110000110011111100111111 | f9e8eac33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)