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 | ?B?}?B?I^ | 001111110100001000111111011111010011111101000010001111110100100101011110 | 3f423f7d3f423f495e |
SJIS-WIN | ?B?}?B?I^ | 001111110100001000111111011111010011111101000010001111110100100101011110 | 3f423f7d3f423f495e |
EUC-JP | ?B?}?B?I^ | 001111110100001000111111011111010011111101000010001111110100100101011110 | 3f423f7d3f423f495e |
UTF-8 | 혫B찾}혫B혪I^ | 1110110110011000101010110100001011101100101100001011111001111101111011011001100010101011010000101110110110011000101010100100100101011110 | ed98ab42ecb0be7ded98ab42ed98aa495e |
UHC | 혫B찾}혫B혪I^ | 11000010100100110100001011000011101000110111110111000010100100110100001011000010100100100100100101011110 | c29342c3a37dc29342c292495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)