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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?鎫??鎫?^ | 0011111110001111111001011011011000111111001111111000111111100101101101100011111101011110 | 3f8fe5b63f3f8fe5b63f5e |
UTF-8 | 츸鎫ݼ츸鎫ݼ^ | 1110110010111000101110001110100110001110101010111101110110111100111011001011100010111000111010011000111010101011110111011011110001011110 | ecb8b8e98eabddbcecb8b8e98eabddbc5e |
UHC | 츸??츸??^ | 101011110100100100111111001111111010111101001001001111110011111101011110 | af493f3faf493f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)