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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 蟻?Р~ | 100010110110000100111111100001000101000101111110 | 8b613f84517e |
EUC-JP | 蟻?Р~ | 101101011100001000111111101001111011001001111110 | b5c23fa7b27e |
UTF-8 | 蟻쒏Р~ | 111010001001111110111011111011001001001010001111110100001010000001111110 | e89fbbec928fd0a07e |
UHC | 蟻쒏Р~ | 11101011111111001001110011100110101011001011001001111110 | ebfc9ce6acb27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)