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 | ?脹??轍 | 00111111100100101010111100111111001111111001001101010001 | 3f92af3f3f9351 |
EUC-JP | ?脹??轍 | 00111111110001001011000100111111001111111100010110110010 | 3fc4b13f3fc5b2 |
UTF-8 | 뤋脹컑뤋轍 | 111010111010010010001011111010001000010010111001111011001011101110010001111010111010010010001011111010001011110110001101 | eba48be884b9ecbb91eba48be8bd8d |
UHC | 뤋脹컑뤋轍 | 10001111101110111111001111101100101100000111011010001111101110111111010011010000 | 8fbbf3ecb0768fbbf4d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)