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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闢厶榊セ楢万 | 1110100010010011100110011101000110001101111001011011111010010011111010001001011010011100 | e89399d18de5be93e8969c |
EUC-JP | 闢厶榊セ楢万 | 111011111111001111010010110100111011101011100111100011101011111011000110111010101100101111111100 | eff3d2d3bae78ebec6eacbfc |
UTF-8 | 闢厶榊セ楢万 | 111010011001011110100010111001011000111010110110111001101010011010001010111011111011110110111110111001101010010110100010111001001011100010000111 | e997a2e58eb6e6a68aefbdbee6a5a2e4b887 |
UHC | 闢???楢万 | 110111001010001100111111001111110011111111101010111110011101100010110010 | dca33f3f3feaf9d8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)