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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 船??A | 1001000101000100001111110011111101000001 | 91443f3f41 |
EUC-JP | 船璿瑄A | 110000011010010110001111110011001110100110001111110011001011100101000001 | c1a58fcce98fccb941 |
UTF-8 | 船璿瑄A | 11101000100010001011100111100111100100101011111111100111100100011000010001000001 | e888b9e792bfe7918441 |
UHC | 船璿瑄A | 11100000110011111110000011000111111000001100010101000001 | e0cfe0c7e0c541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)