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 | 闢占挙謔シ | 111010001001001110010000111010001000101110010011111001101000001010111100 | e89390e88b93e682bc |
EUC-JP | 闢占挙謔シ | 11101111111100111100000011101010101101011111001111101011111000101000111010111100 | eff3c0eab5f3ebe28ebc |
UTF-8 | 闢占挙謔シ | 111010011001011110100010111001011000110110100000111001101000110010011001111010001010110010010100111011111011110110111100 | e997a2e58da0e68c99e8ac94efbdbc |
UHC | 闢占?謔? | 1101110010100011111011111011111100111111111110011100110000111111 | dca3efbf3ff9cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)