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 | 闢采榊セ | 11101000100100111000110111010001100011011110010110111110 | e8938dd18de5be |
EUC-JP | 闢采榊セ | 1110111111110011101110101101001110111010111001111000111010111110 | eff3bad3bae78ebe |
UTF-8 | 闢采榊セ | 111010011001011110100010111010011000011110000111111001101010011010001010111011111011110110111110 | e997a2e98787e6a68aefbdbe |
UHC | 闢采?? | 110111001010001111110011111110100011111100111111 | dca3f3fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)