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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??佃懶 | 001111110011111110010010110011111001110011101111 | 3f3f92cf9cef |
EUC-JP | ??佃懶 | 001111110011111111000100110100011101100011110001 | 3f3fc4d1d8f1 |
UTF-8 | 앉뤸佃懶 | 111011001001010110001001111010111010010010111000111001001011110110000011111001101000011110110110 | ec9589eba4b8e4bd83e687b6 |
UHC | 앉뤸佃懶 | 1011111011001001100011111110011011101110111011001101010011111011 | bec98fe6eeecd4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)