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 | 闢呎サ第侍 | 111010001001001110011001111001101011101110010001111001101000111010011000 | e89399e6bb91e68e98 |
EUC-JP | 闢呎サ第侍 | 11101111111100111101001011101000100011101011101111000010111010001011101111111000 | eff3d2e88ebbc2e8bbf8 |
UTF-8 | 闢呎サ第侍 | 111010011001011110100010111001011001000110001110111011111011110110111011111001111010110010101100111001001011111010001101 | e997a2e5918eefbdbbe7acace4be8d |
UHC | 闢??第侍 | 1101110010100011001111110011111111110000101011111110001110110100 | dca33f3ff0afe3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)