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 | 衽ミ衽ミ^ | 1110010111010001110100001111010101111101111001011101000111010000111101010111101101011110 | e5d1d0f57de5d1d0f57b5e |
EUC-JP | 衽ミ?衽ミ?^ | 1110101011010011100011101101000000111111111010101101001110001110110100000011111101011110 | ead38ed03fead38ed03f5e |
UTF-8 | 衽ミ衽ミ^ | 11101000101000011011110111101111101111101001000011101110100011111010100111101000101000011011110111101111101111101001000011101110100011111010011101011110 | e8a1bdefbe90ee8fa9e8a1bdefbe90ee8fa75e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)