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 | ?D | 0011111101000100 | 3f44 |
SJIS-WIN | 邊D | 111001111011001001000100 | e7b244 |
EUC-JP | 邊D | 111011101011010001000100 | eeb444 |
UTF-8 | 邊D | 11101001100000101000101001000100 | e9828a44 |
UHC | 邊D | 110111001010101101000100 | dcab44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)