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 | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 鋠自m | 1111101111010101100011101010100101101101 | fbd58ea96d |
EUC-JP | 鋠自m | 100011111110010011000111101111001010101101101101 | 8fe4c7bcab6d |
UTF-8 | 鋠自m | 11101001100010111010000011101000100001111010101001101101 | e98ba0e887aa6d |
UHC | ?自m | 00111111111011011011101101101101 | 3fedbb6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)