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 | 蕭決痕粤 | 1110010101001010100011001000100010001101101011011110001011100011 | e54a8c888dade2e3 |
EUC-JP | 蕭決痕粤 | 1110100110101011101101111110100010111010101011111110010011100101 | e9abb7e8baafe4e5 |
UTF-8 | 蕭決痕粤 | 111010001001010110101101111001101011000110111010111001111001011110010101111001111011001010100100 | e895ade6b1bae79795e7b2a4 |
UHC | 蕭決痕? | 11100001110010111100110010111101111111011101110100111111 | e1cbccbdfddd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)