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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蕭雁┣ | 111001010100101010001010111001011000010010110000 | e54a8ae584b0 |
EUC-JP | 蕭雁┣ | 111010011010101110110100111001111010100010110010 | e9abb4e7a8b2 |
UTF-8 | 蕭雁┣ | 111010001001010110101101111010011001101110000001111000101001010010100011 | e895ade99b81e294a3 |
UHC | 蕭雁┣ | 111000011100101111100100110100101010011010110010 | e1cbe4d2a6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)