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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 奪其村P | 10010010010001001001000110110100100100011011101001010000 | 924491b491ba50 |
EUC-JP | 奪其村P | 11000011101001011100001010110110110000101011110001010000 | c3a5c2b6c2bc50 |
UTF-8 | 奪其村P | 11100101101001011010101011100101100001011011011011100110100111011001000101010000 | e5a5aae585b6e69d9150 |
UHC | 奪其村P | 11110111101011001101000011101100111101011011110101010000 | f7acd0ecf5bd50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)