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 | 奪属孫箪 | 1001001001000100100100011010111010010001101101111001001001011100 | 924491ae91b7925c |
EUC-JP | 奪属孫箪 | 1100001110100101110000101011000011000010101110011100001110111101 | c3a5c2b0c2b9c3bd |
UTF-8 | 奪属孫箪 | 111001011010010110101010111001011011000110011110111001011010110110101011111001111010111010101010 | e5a5aae5b19ee5adabe7aeaa |
UHC | 奪?孫? | 111101111010110000111111111000011101110100111111 | f7ac3fe1dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)