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 | 逋檎伽 | 111001111001100110001100111001111000100110111110 | e7998ce789be |
EUC-JP | 逋檎伽 | 111011011111100110111000111010011011001011000000 | edf9b8e9b2c0 |
UTF-8 | 逋檎伽 | 111010011000000010001011111001101010101010001110111001001011110010111101 | e9808be6aa8ee4bcbd |
UHC | 逋檎伽 | 111110001110011111010000110101011100101010100001 | f8e7d0d5caa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)