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 | ンーォ讎ィ | 110111011011000010101011111001101010011010101000 | ddb0abe6a6a8 |
EUC-JP | ンーォ讎ィ | 10001110110111011000111010110000100011101010101111101100101010001000111010101000 | 8edd8eb08eabeca88ea8 |
UTF-8 | ンーォ讎ィ | 111011111011111010011101111011111011110110110000111011111011110110101011111010001010111010001110111011111011110110101000 | efbe9defbdb0efbdabe8ae8eefbda8 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)