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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | 蛟滓浙w | 11100101100000001001111111100110100111111011010001110111 | e5809fe69fb477 |
EUC-JP | 蛟滓浙w | 11101001111000001101111011101000110111101011011001110111 | e9e0dee8deb677 |
UTF-8 | 蛟滓浙w | 11101000100110111001111111100110101110111001001111100110101101011001100101110111 | e89b9fe6bb93e6b59977 |
UHC | 蛟滓浙w | 11001110111100011110111010101011111011111011101001110111 | cef1eeabefba77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)