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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ?れ??ы?\ | 001111111000001011101010001111110011111110000100100011010011111101011100 | 3f82ea3f3f848d3f5c |
EUC-JP | ?れ??ы?\ | 001111111010010011101100001111110011111110100111111011010011111101011100 | 3fa4ec3f3fa7ed3f5c |
UTF-8 | 淋れ쭬泥ы쉯\ | 111011111010011110110101111000111000001010001100111011001010110110101100111011111010011110100011110100011000101111101100100010011010111101011100 | efa7b5e3828cecadacefa7a3d18bec89af5c |
UHC | 淋れ쭬泥ы쉯\ | 11101100111110001010101011101100101001111010000011101100101100101010110011101101100110101000011101011100 | ecf8aaeca7a0ecb2aced9a875c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)