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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟻щ?? | 100010110110000110000100100010110011111100111111 | 8b61848b3f3f |
EUC-JP | 蟻щ?? | 101101011100001010100111111010110011111100111111 | b5c2a7eb3f3f |
UTF-8 | 蟻щㅊ淋 | 1110100010011111101110111101000110001001111000111000010110001010111011111010011110110101 | e89fbbd189e3858aefa7b5 |
UHC | 蟻щㅊ淋 | 1110101111111100101011001110101110100100101110101110110011111000 | ebfcaceba4baecf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)