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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謗一コ、 | 111001101000111010001000111010101011101010100100 | e68e88eabaa4 |
EUC-JP | 謗一コ、 | 1110101111101110101100001110110010001110101110101000111010100100 | ebeeb0ec8eba8ea4 |
UTF-8 | 謗一コ、 | 111010001010110010010111111001001011100010000000111011111011110110111010111011111011110110100100 | e8ac97e4b880efbdbaefbda4 |
UHC | 謗一?? | 110110111011111111101100111010010011111100111111 | dbbfece93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)