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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟻?督 | 1000101101100001001111111001001111000010 | 8b613f93c2 |
EUC-JP | 蟻?督 | 1011010111000010001111111100011011000100 | b5c23fc6c4 |
UTF-8 | 蟻뀐督 | 111010001001111110111011111010111000000010010000111001111001110110100011 | e89fbbeb8090e79da3 |
UHC | 蟻뀐督 | 111010111111110010110010111011111101010010111101 | ebfcb2efd4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)