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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隰苓ュキ蟋 | 1110100010101100100101111110100010101101101101111110010110100111 | e8ac97e8adb7e5a7 |
EUC-JP | 隰苓ュキ蟋 | 11110000101011101100111011101010100011101010110110001110101101111110101010101001 | f0aeceea8ead8eb7eaa9 |
UTF-8 | 隰苓ュキ蟋 | 111010011001101010110000111010001000101110010011111011111011110110101101111011111011110110110111111010001001111110001011 | e99ab0e88b93efbdadefbdb7e89f8b |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)