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 | ??FB | 00111111001111110100011001000010 | 3f3f4642 |
SJIS-WIN | 式FB | 111100101010100010001110101011100100011001000010 | f2a88eae4642 |
EUC-JP | ?式FB | 0011111110111100101100000100011001000010 | 3fbcb04642 |
UTF-8 | 式FB | 1110111010000111100111111110010110111100100011110100011001000010 | ee879fe5bc8f4642 |
UHC | ?式FB | 0011111111100011110100100100011001000010 | 3fe3d24642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)