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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 炅而燁室 | 1111101101010001100011101010011111111011010110011000111010111010 | fb518ea7fb598eba |
EUC-JP | 炅而燁室 | 10001111110010011100101010111100101010011000111111001010101100111011110010111100 | 8fc9cabca98fcab3bcbc |
UTF-8 | 炅而燁室 | 111001111000001010000101111010001000000010001100111001111000011110000001111001011010111010100100 | e78285e8808ce78781e5aea4 |
UHC | 炅而燁室 | 1100110011011101111011001011101111100111101001111110001111111000 | ccddecbbe7a7e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)