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 | 除???昻 | 10001111100111000011111100111111001111111111101011010000 | 8f9c3f3f3ffad0 |
EUC-JP | 除???? | 101111011111110000111111001111110011111100111111 | bdfc3f3f3f3f |
UTF-8 | 除곗렢렒昻 | 111010011001100110100100111010101011001110010111111010111010000010100010111010111010000010010010111001101001100010111011 | e999a4eab397eba0a2eba092e698bb |
UHC | 除곗렢렒昻 | 11110000101101101011000011101100100011101011001110001110101001111110010011101001 | f0b6b0ec8eb38ea7e4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)