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 | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 鵝??m | 1110101001000000001111110011111101101101 | ea403f3f6d |
EUC-JP | 鵝??m | 1111001110100001001111110011111101101101 | f3a13f3f6d |
UTF-8 | 鵝뉖젪m | 11101001101101011001110111101011100010011001011011101100101000001010101001101101 | e9b59deb8996eca0aa6d |
UHC | 鵝뉖젪m | 11100100101111011000011111101011101000001010001001101101 | e4bd87eba0a26d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)