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 | ???|^ | 0011111100111111001111110111110001011110 | 3f3f3f7c5e |
SJIS-WIN | 倚??|^ | 100110001101111100111111001111110111110001011110 | 98df3f3f7c5e |
EUC-JP | 倚??|^ | 110100001110000100111111001111110111110001011110 | d0e13f3f7c5e |
UTF-8 | 倚밸졅|^ | 1110010110000000100110101110101110110000101110001110110010100001100001010111110001011110 | e5809aebb0b8eca1857c5e |
UHC | 倚밸졅|^ | 1110101111101111101110011110101110100000101101100111110001011110 | ebefb9eba0b67c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)