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 | 11100011101001011000111110000110100011011010100001000010 | e3a58f868da842 |
EUC-JP | 罕醇昏B | 11100110101001111011110111100110101110101010101001000010 | e6a7bde6baaa42 |
UTF-8 | 罕醇昏B | 11100111101111011001010111101001100001101000011111100110100110001000111101000010 | e7bd95e98687e6988f42 |
UHC | 罕醇昏B | 11111001110101101110001011110101111110111110011101000010 | f9d6e2f5fbe742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)