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 | 魄サ荳ヌ | 11101001101011101011101111100100101110001000001101101011 | e9aebbe4b8836b |
EUC-JP | 魄サ荳ヌ | 1111001010110000100011101011101111101000101110101010010111001100 | f2b08ebbe8baa5cc |
UTF-8 | 魄サ荳ヌ | 111010011010110110000100111011111011110110111011111010001000110110110011111000111000001110001100 | e9ad84efbdbbe88db3e3838c |
UHC | 魄?荳ヌ | 11011011110111100011111111010100111001011010101111001100 | dbde3fd4e5abcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)