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 | 辿即他奪速 | 10010010010010001001000110100110100100011011110010010010010001001001000110101100 | 924891a691bc924491ac |
EUC-JP | 辿即他奪速 | 11000011101010011100001010101000110000101011111011000011101001011100001010101110 | c3a9c2a8c2bec3a5c2ae |
UTF-8 | 辿即他奪速 | 111010001011111010111111111001011000110110110011111001001011101110010110111001011010010110101010111010011000000010011111 | e8bebfe58db3e4bb96e5a5aae9809f |
UHC | ??他奪速 | 0011111100111111111101101110001011110111101011001110000111011100 | 3f3ff6e2f7ace1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)