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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 役??@h | 100101101111000000111111001111110100000001101000 | 96f03f3f4068 |
EUC-JP | 役??@h | 110011001111001000111111001111110100000001101000 | ccf23f3f4068 |
UTF-8 | 役룸젩@h | 1110010110111101101110011110101110100011101110001110110010100000101010010100000001101000 | e5bdb9eba3b8eca0a94068 |
UHC | 役룸젩@h | 1110011010110101101101111110101110100000101000010100000001101000 | e6b5b7eba0a14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)