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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 羃糸院聿乗 | 11100011101100001000111010000101100010010100000011100011111001001000111111100110 | e3b08e858940e3e48fe6 |
EUC-JP | 羃糸院聿乗 | 11100110101100101011101111100101101100011010000111100110111001101011111011101000 | e6b2bbe5b1a1e6e6bee8 |
UTF-8 | 羃糸院聿乗 | 111001111011111010000011111001111011001110111000111010011001100110100010111010001000000110111111111001001011100110010111 | e7be83e7b3b8e999a2e881bfe4b997 |
UHC | ??院聿? | 00111111001111111110101011000010111010111101001100111111 | 3f3feac2ebd33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)