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 | 源??源??^ | 100011001011100100111111001111111000110010111001001111110011111101011110 | 8cb93f3f8cb93f3f5e |
EUC-JP | 源??源??^ | 101110001011101100111111001111111011100010111011001111110011111101011110 | b8bb3f3fb8bb3f3f5e |
UTF-8 | 源잭걍源잭걍^ | 11100110101110101001000011101100100111101010110111101010101100011000110111100110101110101001000011101100100111101010110111101010101100011000110101011110 | e6ba90ec9eadeab18de6ba90ec9eadeab18d5e |
UHC | 源잭걍源잭걍^ | 11101010101110011100000011101000101100001100000111101010101110011100000011101000101100001100000101011110 | eab9c0e8b0c1eab9c0e8b0c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)