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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔕カ謇ソ | 111001001111011010110110111001101000100110111111 | e4f6b6e689bf |
EUC-JP | 蔕カ謇ソ | 1110100011111000100011101011011011101011111010011000111010111111 | e8f88eb6ebe98ebf |
UTF-8 | 蔕カ謇ソ | 111010001001010010010101111011111011110110110110111010001010110010000111111011111011110110111111 | e89495efbdb6e8ac87efbdbf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)