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 | ?血悸?? | 00111111100011001000110010011100101001110011111100111111 | 3f8c8c9ca73f3f |
EUC-JP | ?血悸?? | 00111111101101111110110011011000101010010011111100111111 | 3fb7ecd8a93f3f |
UTF-8 | 뤿血悸렰렣 | 111010111010010010111111111010001010000110000000111001101000001010111000111010111010000010110000111010111010000010100011 | eba4bfe8a180e682b8eba0b0eba0a3 |
UHC | 뤿血悸렰렣 | 10001111111010111111101011101100110011001111101110001110101111011000111010110100 | 8febfaecccfb8ebd8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)