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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 膠丞云B | 11100100010100001000111111100101100010010101110101000010 | e4508fe5895d42 |
EUC-JP | 膠丞云B | 11100111101100011011111011100111101100011011111001000010 | e7b1bee7b1be42 |
UTF-8 | 膠丞云B | 11101000100001101010000011100100101110001001111011100100101110101001000101000010 | e886a0e4b89ee4ba9142 |
UHC | 膠丞云B | 11001110111011111110001110101010111010011111011001000010 | ceefe3aae9f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)