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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 俉??鹽??] | 111110100110000100111111001111111110101001100100001111110011111101011101 | fa613f3fea643f3f5d |
EUC-JP | 俉??鹽??] | 10001111101100011011101100111111001111111111001111000101001111110011111101011101 | 8fb1bb3f3ff3c53f3f5d |
UTF-8 | 俉듣뵒鹽뷸펵] | 11100100101111111000100111101011100100111010001111101011101101011001001011101001101110011011110111101011101101111011100011101101100011101011010101011101 | e4bf89eb93a3ebb592e9b9bdebb7b8ed8eb55d |
UHC | 俉듣뵒鹽뷸펵] | 11100111111010111011010111101000100101001001010011100111101001001011101011100110101111001000011001011101 | e7ebb5e89494e7a4bae6bc865d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)