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 | 謫拌g | 111001101001001110011101011000011000001010000111 | e6939d618287 |
EUC-JP | 謫拌g | 111010111111001111011001110000101010001111100111 | ebf3d9c2a3e7 |
UTF-8 | 謫拌g | 111010001010110010101011111001101000101110001100111011111011110110000111 | e8acabe68b8cefbd87 |
UHC | 謫拌g | 111011101110001111011010111001011010001111100111 | eee3dae5a3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)