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 | 愛菽}愛菽{^ | 1000100010100100111001001100000101111101100010001010010011100100110000010111101101011110 | 88a4e4c17d88a4e4c17b5e |
EUC-JP | 愛菽}愛菽{^ | 1011000010100110111010001100001101111101101100001010011011101000110000110111101101011110 | b0a6e8c37db0a6e8c37b5e |
UTF-8 | 愛菽}愛菽{^ | 111001101000010010011011111010001000111110111101011111011110011010000100100110111110100010001111101111010111101101011110 | e6849be88fbd7de6849be88fbd7b5e |
UHC | 愛菽}愛菽{^ | 1110010011110001111000101101110101111101111001001111000111100010110111010111101101011110 | e4f1e2dd7de4f1e2dd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)