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 | 綜?揄?? | 10010001100011100011111110011101100010010011111100111111 | 918e3f9d893f3f |
EUC-JP | 綜?揄?? | 11000001111011100011111111011001111010010011111100111111 | c1ee3fd9e93f3f |
UTF-8 | 綜섬揄렾뤰 | 111001111011011010011100111011001000010010101100111001101000111110000100111010111010000010111110111010111010010010110000 | e7b69cec84ace68f84eba0beeba4b0 |
UHC | 綜섬揄렾뤰 | 11110000111111001011110010110110111010101111000110001110110001101000111111011110 | f0fcbcb6eaf18ec68fde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)