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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闢厶榊セ | 11101000100100111001100111010001100011011110010110111110 | e89399d18de5be |
EUC-JP | 闢厶榊セ | 1110111111110011110100101101001110111010111001111000111010111110 | eff3d2d3bae78ebe |
UTF-8 | 闢厶榊セ | 111010011001011110100010111001011000111010110110111001101010011010001010111011111011110110111110 | e997a2e58eb6e6a68aefbdbe |
UHC | 闢??? | 1101110010100011001111110011111100111111 | dca33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)