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 | 脱村測奪俗 | 10010010010001011001000110111010100100011010101010010010010001001001000110101101 | 924591ba91aa924491ad |
EUC-JP | 脱村測奪俗 | 11000011101001101100001010111100110000101010110011000011101001011100001010101111 | c3a6c2bcc2acc3a5c2af |
UTF-8 | 脱村測奪俗 | 111010001000010010110001111001101001110110010001111001101011100010101100111001011010010110101010111001001011111110010111 | e884b1e69d91e6b8ace5a5aae4bf97 |
UHC | ?村測奪俗 | 001111111111010110111101111101101011010011110111101011001110000111010100 | 3ff5bdf6b4f7ace1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)