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 | ??????{d | 0011111100111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f3f7b64 |
SJIS-WIN | 疾舎シフシリ{d | 10001110101111101000111011001001101111001100110010111100110110000111101101100100 | 8ebe8ec9bcccbcd87b64 |
EUC-JP | 疾舎シフシリ{d | 1011110011000000101111001100101110001110101111001000111011001100100011101011110010001110110110000111101101100100 | bcc0bccb8ebc8ecc8ebc8ed87b64 |
UTF-8 | 疾舎シフシリ{d | 1110011110010110101111101110100010001000100011101110111110111101101111001110111110111110100011001110111110111101101111001110111110111110100110000111101101100100 | e796bee8888eefbdbcefbe8cefbdbcefbe987b64 |
UHC | 疾?????{d | 111100101111000000111111001111110011111100111111001111110111101101100100 | f2f03f3f3f3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)