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 | 阨会セ ̄ | 11101000100101011000100111101111101111101000000101010000 | e89589efbe8150 |
EUC-JP | 阨会セ ̄ | 1110111111110101101100101111000110001110101111101010000110110001 | eff5b2f18ebea1b1 |
UTF-8 | 阨会セ ̄ | 111010011001100010101000111001001011110010011010111011111011110110111110111011111011111110100011 | e998a8e4bc9aefbdbeefbfa3 |
UHC | ??? ̄ | 0011111100111111001111111010001111111110 | 3f3f3fa3fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)