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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?紈??? | 00111111100011111101001111001101001111110011111100111111 | 3f8fd3cd3f3f3f |
UTF-8 | 뤗紈햶힉섣 | 111010111010010010010111111001111011010010001000111011011001011010110110111011011001111010001001111011001000010010100011 | eba497e7b488ed96b6ed9e89ec84a3 |
UHC | 뤗紈햶힉섣 | 10001111110001111111110010111100110000011000111111001000111110001011110010110010 | 8fc7fcbcc18fc8f8bcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)