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 | 啼?袁?侑 | 1001101001100101001111111110010111001101001111111001100011010000 | 9a653fe5cd3f98d0 |
EUC-JP | 啼?袁?侑 | 1101001111000110001111111110101011001111001111111101000011010010 | d3c63feacf3fd0d2 |
UTF-8 | 啼렖袁렏侑 | 111001011001010110111100111010111010000010010110111010001010001010000001111010111010000010001111111001001011111010010001 | e595bceba096e8a281eba08fe4be91 |
UHC | 啼렖袁렏侑 | 11110000101001101000111010101011111010101011111010001110101001011110101011100010 | f0a68eabeabe8ea5eae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)