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 | 寃???? | 100110111000001100111111001111110011111100111111 | 9b833f3f3f3f |
EUC-JP | 寃???? | 110101011110001100111111001111110011111100111111 | d5e33f3f3f3f |
UTF-8 | 寃닿렧렢理 | 111001011010111110000011111010111000101110111111111010111010000010100111111010111010000010100010111011111010011110100100 | e5af83eb8bbfeba0a7eba0a2efa7a4 |
UHC | 寃닿렧렢理 | 11101010101100101011010011101010100011101011011010001110101100111110110010110101 | eab2b4ea8eb68eb3ecb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)