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 | IW§K | 1001001001001001100100100101011110010001101001111001001001001011 | 9249925791a7924b |
SJIS-WIN | ?I?W?§?K | 001111110100100100111111010101110011111110000001100110000011111101001011 | 3f493f573f81983f4b |
EUC-JP | ?I?W?§?K | 001111110100100100111111010101110011111110100001111110000011111101001011 | 3f493f573fa1f83f4b |
UTF-8 | IW§K | 11000010100100100100100111000010100100100101011111000010100100011100001010100111110000101001001001001011 | c29249c29257c291c2a7c2924b |
UHC | ?I?W?§?K | 001111110100100100111111010101110011111110100001110101110011111101001011 | 3f493f573fa1d73f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)