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 | 譎嶝π」 | 11100110100110011001101111010001100000111100111010100011 | e6999bd183cea3 |
EUC-JP | 譎嶝π」 | 1110101111111001110101101101001110100110110100001000111010100011 | ebf9d6d3a6d08ea3 |
UTF-8 | 譎嶝π」 | 1110100010101101100011101110010110110110100111011100111110000000111011111011110110100011 | e8ad8ee5b69dcf80efbda3 |
UHC | 譎嶝π? | 11111101110100101101010011110001101001011111000000111111 | fdd2d4f1a5f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)