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 | 喩??? | 1001101001100111001111110011111100111111 | 9a673f3f3f |
EUC-JP | 喩??? | 1101001111001000001111110011111100111111 | d3c83f3f3f |
UTF-8 | 喩멱렦렍 | 111001011001011010101001111010111010100110110001111010111010000010100110111010111010000010001101 | e596a9eba9b1eba0a6eba08d |
UHC | 喩멱렦렍 | 1110101011100111101110001110100010001110101101011000111010100011 | eae7b8e88eb58ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)