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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 憶???沃 | 10001001101011110011111100111111001111111001011110000000 | 89af3f3f3f9780 |
EUC-JP | 憶???沃 | 10110010101100010011111100111111001111111100110111100000 | b2b13f3f3fcde0 |
UTF-8 | 憶귂됰젃沃 | 111001101000011010110110111010101011011110000010111010111001000010110000111011001010000010000011111001101011001010000011 | e686b6eab782eb90b0eca083e6b283 |
UHC | 憶귂됰젃沃 | 11100101111000111000001011010001100010011110101110100000100001111110100010101010 | e5e382d189eba087e8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)