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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 余???? | 100101110101110100111111001111110011111100111111 | 975d3f3f3f3f |
EUC-JP | 余?ʼn堉? | 11001101101111100011111110001111101010011100101010001111101101111111110100111111 | cdbe3f8fa9ca8fb7fd3f |
UTF-8 | 余뽯ʼn堉뷸 | 1110010010111101100110011110101110111101101011111100010110001001111001011010000010001001111010111011011110111000 | e4bd99ebbdafc589e5a089ebb7b8 |
UHC | 余뽯ʼn堉뷸 | 11100101111110011001011011101011101010011011000011101011101111001011101011100110 | e5f996eba9b0ebbcbae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)