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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 円??椰??^ | 100010010111111000111111001111111001111010111101001111110011111101011110 | 897e3f3f9ebd3f3f5e |
EUC-JP | 円??椰??^ | 101100011101111100111111001111111101110010111111001111110011111101011110 | b1df3f3fdcbf3f3f5e |
UTF-8 | 円띰풊椰됧괌^ | 11100101100001101000011011101011100111011011000011101101100100101000101011100110101001001011000011101011100100001010011111101010101101001000110001011110 | e58686eb9db0ed928ae6a4b0eb90a7eab48c5e |
UHC | 円띰풊椰됧괌^ | 11100101111101111011011011101111101111101001000011100101101010111000100111100101101100011010000101011110 | e5f7b6efbe90e5ab89e5b1a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)