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 | ???鷺諺 | 00111111001111110011111110001101111010111000110010111111 | 3f3f3f8deb8cbf |
EUC-JP | ???鷺諺 | 00111111001111110011111110111010111011011011100011000001 | 3f3f3fbaedb8c1 |
UTF-8 | 뤗횓곽鷺諺 | 111010111010010010010111111011011001101010010011111010101011001110111101111010011011011110111010111010001010101110111010 | eba497ed9a93eab3bde9b7bae8abba |
UHC | 뤗횓곽鷺諺 | 10001111110001111100001110001110101100001111101111010110110111001110010111101100 | 8fc7c38eb0fbd6dce5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)