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 | ???a] | 0011111100111111001111110110000101011101 | 3f3f3f615d |
SJIS-WIN | 倚??a] | 100110001101111100111111001111110110000101011101 | 98df3f3f615d |
EUC-JP | 倚??a] | 110100001110000100111111001111110110000101011101 | d0e13f3f615d |
UTF-8 | 倚밸졅a] | 1110010110000000100110101110101110110000101110001110110010100001100001010110000101011101 | e5809aebb0b8eca185615d |
UHC | 倚밸졅a] | 1110101111101111101110011110101110100000101101100110000101011101 | ebefb9eba0b6615d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)