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 | 佯??源 | 100110001101000100111111001111111000110010111001 | 98d13f3f8cb9 |
EUC-JP | 佯??源 | 110100001101001100111111001111111011100010111011 | d0d33f3fb8bb |
UTF-8 | 佯뺤뜾源 | 111001001011110110101111111010111011101010100100111010111001110010111110111001101011101010010000 | e4bdafebbaa4eb9cbee6ba90 |
UHC | 佯뺤뜾源 | 1110010110111010100101011110110010001101101110011110101010111001 | e5ba95ec8db9eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)