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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闢夜怺 | 111010001001001110010110111010011001110010001010 | e89396e99c8a |
EUC-JP | 闢夜怺 | 111011111111001111001100111010111101011111101010 | eff3ccebd7ea |
UTF-8 | 闢夜怺 | 111010011001011110100010111001011010010010011100111001101000000010111010 | e997a2e5a49ce680ba |
UHC | 闢夜? | 1101110010100011111001011010100000111111 | dca3e5a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)