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 | æÙyBF | 111001101101100110000001011110010100001001000110 | e6d981794246 |
SJIS-WIN | ???yBF | 001111110011111100111111011110010100001001000110 | 3f3f3f794246 |
EUC-JP | æÙ?yBF | 10001111101010011100000110001111101010101110001100111111011110010100001001000110 | 8fa9c18faae33f794246 |
UTF-8 | æÙyBF | 110000111010011011000011100110011100001010000001011110010100001001000110 | c3a6c399c281794246 |
UHC | æ??yBF | 10101001101000010011111100111111011110010100001001000110 | a9a13f3f794246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)