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 | 艇?齎 | 1001001011111000001111111110011011011000 | 92f83fe6d8 |
EUC-JP | 艇?齎 | 1100010011111010001111111110110011011010 | c4fa3fecda |
UTF-8 | 艇렯齎 | 111010001000100110000111111010111010000010101111111010011011110110001110 | e88987eba0afe9bd8e |
UHC | 艇렯齎 | 111011111111001110001110101111001110111010110010 | eff38ebceeb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)