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 | ⅹ、柀。 | 111110100100100110100100111110101110010010100001 | fa49a4fae4a1 |
EUC-JP | ?、柀。 | 0011111110001110101001001000111111000011101110011000111010100001 | 3f8ea48fc3b98ea1 |
UTF-8 | ⅹ、柀。 | 111000101000010110111001111011111011110110100100111001101001111110000000111011111011110110100001 | e285b9efbda4e69f80efbda1 |
UHC | ⅹ??? | 1010010110101010001111110011111100111111 | a5aa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)