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 | ???]] | 0011111100111111001111110101110101011101 | 3f3f3f5d5d |
SJIS-WIN | 倚??]] | 100110001101111100111111001111110101110101011101 | 98df3f3f5d5d |
EUC-JP | 倚??]] | 110100001110000100111111001111110101110101011101 | d0e13f3f5d5d |
UTF-8 | 倚밸졅]] | 1110010110000000100110101110101110110000101110001110110010100001100001010101110101011101 | e5809aebb0b8eca1855d5d |
UHC | 倚밸졅]] | 1110101111101111101110011110101110100000101101100101110101011101 | ebefb9eba0b65d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)