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 | ??wU | 00111111001111110111011101010101 | 3f3f7755 |
SJIS-WIN | 蓖ゥwU | 1110010011101101101010010111011101010101 | e4eda97755 |
EUC-JP | 蓖ゥwU | 111010001110111110001110101010010111011101010101 | e8ef8ea97755 |
UTF-8 | 蓖ゥwU | 1110100010010011100101101110111110111101101010010111011101010101 | e89396efbda97755 |
UHC | ??wU | 00111111001111110111011101010101 | 3f3f7755 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)