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 | 役??? | 1001011011110000001111110011111100111111 | 96f03f3f3f |
EUC-JP | 役??? | 1100110011110010001111110011111100111111 | ccf23f3f3f |
UTF-8 | 役⑸젘琉 | 111001011011110110111001111000101001000110111000111011001010000010011000111011111010011110001100 | e5bdb9e291b8eca098efa78c |
UHC | 役⑸젘琉 | 1110011010110101101010011110101110100000100101001110101110100100 | e6b5a9eba094eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)