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 | 蕭?寓 | 1110010101001010001111111000101111110101 | e54a3f8bf5 |
EUC-JP | 蕭?寓 | 1110100110101011001111111011011011110111 | e9ab3fb6f7 |
UTF-8 | 蕭딄寓 | 111010001001010110101101111010111001010010000100111001011010111110010011 | e895adeb9484e5af93 |
UHC | 蕭딄寓 | 111000011100101110001010111010101110100111010101 | e1cb8aeae9d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)