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 | ????繹 | 001111110011111100111111001111111110001110001000 | 3f3f3f3fe388 |
EUC-JP | ?滎??繹 | 0011111110001111110010001011100100111111001111111110010111101000 | 3f8fc8b93f3fe5e8 |
UTF-8 | 렱滎렱솨繹 | 111010111010000010110001111001101011101110001110111010111010000010110001111011001000011010101000111001111011100110111001 | eba0b1e6bb8eeba0b1ec86a8e7b9b9 |
UHC | 렱滎렱솨繹 | 10001110101111101111101110100011100011101011111010111100110111011110011010111010 | 8ebefba38ebebcdde6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)