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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 蕭誌週G | 11100101010010101000111010001111100011110101010001000111 | e54a8e8f8f5447 |
EUC-JP | 蕭誌週G | 11101001101010111011101111101111101111011011010101000111 | e9abbbefbdb547 |
UTF-8 | 蕭誌週G | 11101000100101011010110111101000101010101000110011101001100000001011000101000111 | e895ade8aa8ce980b147 |
UHC | 蕭誌週G | 11100001110010111111001010111100111100011100111001000111 | e1cbf2bcf1ce47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)