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 | µü§è | 10110101111111001010011111101000 | b5fca7e8 |
SJIS-WIN | ??§? | 0011111100111111100000011001100000111111 | 3f3f81983f |
EUC-JP | ?ü§è | 001111111000111110101011111001001010000111111000100011111010101110110010 | 3f8fabe4a1f88fabb2 |
UTF-8 | µü§è | 1100001010110101110000111011110011000010101001111100001110101000 | c2b5c3bcc2a7c3a8 |
UHC | ??§? | 0011111100111111101000011101011100111111 | 3f3fa1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)