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 | ?xD?xD^ | 00111111011110000100010000111111011110000100010001011110 | 3f78443f78445e |
SJIS-WIN | 達xD達xD^ | 100100100100001001111000010001001001001001000010011110000100010001011110 | 92427844924278445e |
EUC-JP | 達xD達xD^ | 110000111010001101111000010001001100001110100011011110000100010001011110 | c3a37844c3a378445e |
UTF-8 | 達xD達xD^ | 1110100110000001100101000111100001000100111010011000000110010100011110000100010001011110 | e981947844e9819478445e |
UHC | 達xD達xD^ | 110100111011100101111000010001001101001110111001011110000100010001011110 | d3b97844d3b978445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)