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 | 髴畷擴岦」荵 | 1110100110011100100100111110101110011101101100001111101010101100101000111110010010111001 | e99c93eb9db0faaca3e4b9 |
EUC-JP | 髴畷擴岦」荵 | 11110001111111001100011011101101110110101011001010001111101110111011001110001110101000111110100010111011 | f1fcc6eddab28fbbb38ea3e8bb |
UTF-8 | 髴畷擴岦」荵 | 111010011010101110110100111001111001010110110111111001101001001110110100111001011011001010100110111011111011110110100011111010001000110110110101 | e9abb4e795b7e693b4e5b2a6efbda3e88db5 |
UHC | ??擴??? | 00111111001111111111110010101010001111110011111100111111 | 3f3ffcaa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)