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 | ??????@B | 0011111100111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f3f4042 |
SJIS-WIN | 倚?????@B | 100110001101111100111111001111110011111100111111001111110100000001000010 | 98df3f3f3f3f3f4042 |
EUC-JP | 倚?????@B | 110100001110000100111111001111110011111100111111001111110100000001000010 | d0e13f3f3f3f3f4042 |
UTF-8 | 倚밸죭溜뗫죫@B | 1110010110000000100110101110101110110000101110001110110010100011101011011110111110100111100010111110101110010111101010111110110010100011101010110100000001000010 | e5809aebb0b8eca3adefa78beb97abeca3ab4042 |
UHC | 倚밸죭溜뗫죫@B | 1110101111101111101110011110101110100001100010001110101011111110100010111110101110100001100001100100000001000010 | ebefb9eba188eafe8beba1864042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)