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 | 1000100101110101001111110011111101101101 | 89753f3f6d |
EUC-JP | 疫??m | 1011000111010110001111110011111101101101 | b1d63f3f6d |
UTF-8 | 疫쒒뮈m | 11100111100101101010101111101100100100101001001011101011101011101000100001101101 | e796abec9292ebae886d |
UHC | 疫쒒뮈m | 11100110101110011001110011101001101110011011111101101101 | e6b99ce9b9bf6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)