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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?畢㎡?畢㎡^ | 0011111110010101010011001000011101110101001111111001010101001100100001110111010101011110 | 3f954c87753f954c87755e |
EUC-JP | ?畢??畢?^ | 001111111100100110101101001111110011111111001001101011010011111101011110 | 3fc9ad3f3fc9ad3f5e |
UTF-8 | 뤻畢㎡뤻畢㎡^ | 11101011101001001011101111100111100101011010001011100011100011101010000111101011101001001011101111100111100101011010001011100011100011101010000101011110 | eba4bbe795a2e38ea1eba4bbe795a2e38ea15e |
UHC | 뤻畢㎡뤻畢㎡^ | 10001111111010011111100110110100101001111011001110001111111010011111100110110100101001111011001101011110 | 8fe9f9b4a7b38fe9f9b4a7b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)