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 | 奪蔵損狸 | 1001001001000100100100011010000010010001101110011001001001001011 | 924491a091b9924b |
EUC-JP | 奪蔵損狸 | 1100001110100101110000101010001011000010101110111100001110101100 | c3a5c2a2c2bbc3ac |
UTF-8 | 奪蔵損狸 | 111001011010010110101010111010001001010010110101111001101001000010001101111001111000101110111000 | e5a5aae894b5e6908de78bb8 |
UHC | 奪?損狸 | 11110111101011000011111111100001110111111101011111100001 | f7ac3fe1dfd7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)