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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譎咏伽 | 111001101001100110011001111001111000100110111110 | e69999e789be |
EUC-JP | 譎咏伽 | 111010111111100111010010111010011011001011000000 | ebf9d2e9b2c0 |
UTF-8 | 譎咏伽 | 111010001010110110001110111001011001001010001111111001001011110010111101 | e8ad8ee5928fe4bcbd |
UHC | 譎?伽 | 1111110111010010001111111100101010100001 | fdd23fcaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)