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 | 蕭雁┣癇 | 1110010101001010100010101110010110000100101100001110000110010010 | e54a8ae584b0e192 |
EUC-JP | 蕭雁┣癇 | 1110100110101011101101001110011110101000101100101110000111110010 | e9abb4e7a8b2e1f2 |
UTF-8 | 蕭雁┣癇 | 111010001001010110101101111010011001101110000001111000101001010010100011111001111001100110000111 | e895ade99b81e294a3e79987 |
UHC | 蕭雁┣? | 11100001110010111110010011010010101001101011001000111111 | e1cbe4d2a6b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)