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 | 惚晤煙如 | 1000110110011011100111011110101110001001100011001001010001000000 | 8d9b9deb898c9440 |
EUC-JP | 惚晤煙如 | 1011100111111011110110101110110110110001111011001100011110100001 | b9fbdaedb1ecc7a1 |
UTF-8 | 惚晤煙如 | 111001101000001110011010111001101001100110100100111001111000010110011001111001011010011010000010 | e6839ae699a4e78599e5a682 |
UHC | 惚晤煙如 | 1111101111101101111001111111101111100110110101011110010111111101 | fbede7fbe6d5e5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)