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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 因因B | 1000100011110110100010001111011001000010 | 88f688f642 |
EUC-JP | 因因B | 1011000011111000101100001111100001000010 | b0f8b0f842 |
UTF-8 | 因因B | 11100101100110111010000011100101100110111010000001000010 | e59ba0e59ba042 |
UHC | 因因B | 1110110011010111111011001101011101000010 | ecd7ecd742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)