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 | 讙」閠簿ウ | 1110011010101010101000111110100010000000100101011110101110110011 | e6aaa3e88095ebb3 |
EUC-JP | 讙」閠簿ウ | 11101100101011001000111010100011111011111110000011001010111011011000111010110011 | ecac8ea3efe0caed8eb3 |
UTF-8 | 讙」閠簿ウ | 111010001010111010011001111011111011110110100011111010011001011010100000111001111011000010111111111011111011110110110011 | e8ae99efbda3e996a0e7b0bfefbdb3 |
UHC | ???簿? | 001111110011111100111111110111011010110100111111 | 3f3f3fddad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)