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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 維?И維?Э | 10001000110110110011111110000100010010011000100011011011001111111000010001011110 | 88db3f844988db3f845e |
EUC-JP | 維?И維?Э | 10110000110111010011111110100111101010101011000011011101001111111010011110111111 | b0dd3fa7aab0dd3fa7bf |
UTF-8 | 維볥И維쒕Э | 11100111101101101010110111101011101100111010010111010000100110001110011110110110101011011110110010010010100101011101000010101101 | e7b6adebb3a5d098e7b6adec9295d0ad |
UHC | 維볥И維쒕Э | 111010111010101110010011111010111010110010101010111010111010101110011100111010111010110010111111 | ebab93ebacaaebab9cebacbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)