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 | 僥??曜⑨?^ | 10011001010001100011111100111111100101110110101010000111010010000011111101011110 | 99463f3f976a87483f5e |
EUC-JP | 僥??曜??^ | 110100011010011100111111001111111100110111001011001111110011111101011110 | d1a73f3fcdcb3f3f5e |
UTF-8 | 僥븝슈曜⑨슁^ | 11100101100000111010010111101011101110001001110111101100100010101000100011100110100110111001110011100010100100011010100011101100100010101000000101011110 | e583a5ebb89dec8a88e69b9ce291a8ec8a815e |
UHC | 僥븝슈曜⑨슁^ | 11101000111010011011101011101111101111011011010011101000111110001010100011101111101111011011001101011110 | e8e9baefbdb4e8f8a8efbdb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)