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 | 闢埼囂驟ャ | 111010001001001110001101111010011001101010001111111010011000010110101100 | e8938de99a8fe985ac |
EUC-JP | 闢埼囂驟ャ | 11101111111100111011101011101011110100111110111111110001111001011000111010101100 | eff3baebd3eff1e58eac |
UTF-8 | 闢埼囂驟ャ | 111010011001011110100010111001011001111110111100111001011001101110000010111010011010100110011111111011111011110110101100 | e997a2e59fbce59b82e9a99fefbdac |
UHC | 闢埼?驟? | 1101110010100011110100001111001000111111111101101010111000111111 | dca3d0f23ff6ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)