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 | 11100111100101101010101111101100100100101000111111101010101101011010001001101101 | e796abec928feab5a26d |
UHC | 疫쒏굢m | 11100110101110011001110011100110100000101000100101101101 | e6b99ce682896d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)