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 | 鴫粫蔀セネ | 1000111010110000111000101110011010001110110000011011111011001000 | 8eb0e2e68ec1bec8 |
EUC-JP | 鴫粫蔀セネ | 10111100101100101110010011101000101111001100001110001110101111101000111011001000 | bcb2e4e8bcc38ebe8ec8 |
UTF-8 | 鴫粫蔀セネ | 111010011011010010101011111001111011001010101011111010001001010010000000111011111011110110111110111011111011111010001000 | e9b4abe7b2abe89480efbdbeefbe88 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)