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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 絶??掌?М | 100100001110001000111111001111111000111110110110001111111000010001001101 | 90e23f3f8fb63f844d |
EUC-JP | 絶??掌?М | 110000001110010000111111001111111011111010111000001111111010011110101110 | c0e43f3fbeb83fa7ae |
UTF-8 | 絶뚳숱掌㏝М | 1110011110110101101101101110101110011010101100111110110010001000101100011110011010001110100011001110001110001111100111011101000010011100 | e7b5b6eb9ab3ec88b1e68e8ce38f9dd09c |
UHC | 絶뚳숱掌㏝М | 111011111011111010001100111011111011110110100010111011011110011010100111111010011010110010101110 | efbe8cefbda2ede6a7e9acae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)