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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | 瀞?珥?K | 10010011110100100011111111100000111000000011111101001011 | 93d23fe0e03f4b |
EUC-JP | 瀞?珥?K | 11000110110101000011111111100000111000100011111101001011 | c6d43fe0e23f4b |
UTF-8 | 瀞렕珥렮K | 11100111100000001001111011101011101000001001010111100111100011111010010111101011101000001010111001001011 | e7809eeba095e78fa5eba0ae4b |
UHC | 瀞렕珥렮K | 111011111110011110001110101010101110110010110100100011101011101101001011 | efe78eaaecb48ebb4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)