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 | 001111110100011001000010 | 3f4642 |
SJIS-WIN | ?FB | 001111110100011001000010 | 3f4642 |
EUC-JP | ?FB | 001111110100011001000010 | 3f4642 |
UTF-8 | 듺FB | 1110101110010011101110100100011001000010 | eb93ba4642 |
UHC | 듺FB | 10001010111000000100011001000010 | 8ae04642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)