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 | 蕭件拾荵 | 1110010101001010100011001000111110001111010001011110010010111001 | e54a8c8f8f45e4b9 |
EUC-JP | 蕭件拾荵 | 1110100110101011101101111110111110111101101001101110100010111011 | e9abb7efbda6e8bb |
UTF-8 | 蕭件拾荵 | 111010001001010110101101111001001011101110110110111001101000101110111110111010001000110110110101 | e895ade4bbb6e68bbee88db5 |
UHC | 蕭件拾? | 11100001110010111100101111101100111000111010011000111111 | e1cbcbece3a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)