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 | 竪脱尊奪束 | 10010010010001111001001001000101100100011011100010010010010001001001000110101001 | 9247924591b8924491a9 |
EUC-JP | 竪脱尊奪束 | 11000011101010001100001110100110110000101011101011000011101001011100001010101011 | c3a8c3a6c2bac3a5c2ab |
UTF-8 | 竪脱尊奪束 | 111001111010101110101010111010001000010010110001111001011011000010001010111001011010010110101010111001101001110110011111 | e7abaae884b1e5b08ae5a5aae69d9f |
UHC | 竪?尊奪束 | 111000101011010100111111111100001110111011110111101011001110000111010110 | e2b53ff0eef7ace1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)