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 | 喩뀁렢몇 | 111001011001011010101001111010111000000010000001111010111010000010100010111010111010101010000111 | e596a9eb8081eba0a2ebaa87 |
UHC | 喩뀁렢몇 | 1110101011100111101100101110110010001110101100111011100011101110 | eae7b2ec8eb3b8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)