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 | 11100100110111101001111111100110100111111011010001110111 | e4de9fe69fb477 |
EUC-JP | 葯滓浙w | 11101000111000001101111011101000110111101011011001110111 | e8e0dee8deb677 |
UTF-8 | 葯滓浙w | 11101000100100011010111111100110101110111001001111100110101101011001100101110111 | e891afe6bb93e6b59977 |
UHC | 葯滓浙w | 11100101101101011110111010101011111011111011101001110111 | e5b5eeabefba77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)