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 | 蕭件秀薔 | 1110010101001010100011001000111110001111010001111110010101001011 | e54a8c8f8f47e54b |
EUC-JP | 蕭件秀薔 | 1110100110101011101101111110111110111101101010001110100110101100 | e9abb7efbda8e9ac |
UTF-8 | 蕭件秀薔 | 111010001001010110101101111001001011101110110110111001111010011110000000111010001001011010010100 | e895ade4bbb6e7a780e89694 |
UHC | 蕭件秀薔 | 1110000111001011110010111110110011100010101100111110110111111001 | e1cbcbece2b3edf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)