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 | 謫拌h | 111001101001001110011101011000011000001010001000 | e6939d618288 |
EUC-JP | 謫拌h | 111010111111001111011001110000101010001111101000 | ebf3d9c2a3e8 |
UTF-8 | 謫拌h | 111010001010110010101011111001101000101110001100111011111011110110001000 | e8acabe68b8cefbd88 |
UHC | 謫拌h | 111011101110001111011010111001011010001111101000 | eee3dae5a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)