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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 如??^ | 1001010001000000001111110011111101011110 | 94403f3f5e |
EUC-JP | 如??^ | 1100011110100001001111110011111101011110 | c7a13f3f5e |
UTF-8 | 如욄윛^ | 11100101101001101000001011101100100110101000010011101100100111001001101101011110 | e5a682ec9a84ec9c9b5e |
UHC | 如욄윛^ | 11100101111111011001111011100110100111111001111001011110 | e5fd9ee69f9e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)