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 | 蕭?丞 | 1110010101001010001111111000111111100101 | e54a3f8fe5 |
EUC-JP | 蕭?丞 | 1110100110101011001111111011111011100111 | e9ab3fbee7 |
UTF-8 | 蕭딄丞 | 111010001001010110101101111010111001010010000100111001001011100010011110 | e895adeb9484e4b89e |
UHC | 蕭딄丞 | 111000011100101110001010111010101110001110101010 | e1cb8aeae3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)