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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 瑤?\}瑤?\{^ | 1110101010100010001111110101110001111101111010101010001000111111010111000111101101011110 | eaa23f5c7deaa23f5c7b5e |
EUC-JP | 瑤?\}瑤?\{^ | 1111010010100100001111110101110001111101111101001010010000111111010111000111101101011110 | f4a43f5c7df4a43f5c7b5e |
UTF-8 | 瑤뽧\}瑤뽧\{^ | 1110011110010001101001001110101110111101101001110101110001111101111001111001000110100100111010111011110110100111010111000111101101011110 | e791a4ebbda75c7de791a4ebbda75c7b5e |
UHC | 瑤뽧\}瑤뽧\{^ | 11101000111111011001011011100011010111000111110111101000111111011001011011100011010111000111101101011110 | e8fd96e35c7de8fd96e35c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)