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 | ?m | 0011111101101101 | 3f6d |
SJIS-WIN | 邊m | 111001111011001001101101 | e7b26d |
EUC-JP | 邊m | 111011101011010001101101 | eeb46d |
UTF-8 | 邊m | 11101001100000101000101001101101 | e9828a6d |
UHC | 邊m | 110111001010101101101101 | dcab6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)