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 | 愈耕?? | 100101101111101010001101011010110011111100111111 | 96fa8d6b3f3f |
EUC-JP | 愈耕?? | 110011001111110010111001110011000011111100111111 | ccfcb9cc3f3f |
UTF-8 | 愈耕렟렖 | 111001101000010010001000111010001000000010010101111010111010000010011111111010111010000010010110 | e68488e88095eba09feba096 |
UHC | 愈耕렟렖 | 1110101011101111110011001110100110001110101100001000111010101011 | eaefcce98eb08eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)