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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 津D津D^ | 10010010110000110100010010010010110000110100010001011110 | 92c34492c3445e |
EUC-JP | 津D津D^ | 11000100110001010100010011000100110001010100010001011110 | c4c544c4c5445e |
UTF-8 | 津D津D^ | 111001101011010010100101010001001110011010110100101001010100010001011110 | e6b4a544e6b4a5445e |
UHC | 津D津D^ | 11110010110100000100010011110010110100000100010001011110 | f2d044f2d0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)