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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ミ鏘}ミ鏘{^ | 110100001110100001010101011111011101000011101000010101010111101101011110 | d0e8557dd0e8557b5e |
EUC-JP | ミ鏘}ミ鏘{^ | 1000111011010000111011111011011001111101100011101101000011101111101101100111101101011110 | 8ed0efb67d8ed0efb67b5e |
UTF-8 | ミ鏘}ミ鏘{^ | 111011111011111010010000111010011000111110011000011111011110111110111110100100001110100110001111100110000111101101011110 | efbe90e98f987defbe90e98f987b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)