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 | 愛穗}愛穗{^ | 1000100010100100111000100110111001111101100010001010010011100010011011100111101101011110 | 88a4e26e7d88a4e26e7b5e |
EUC-JP | 愛穗}愛穗{^ | 1011000010100110111000111100111101111101101100001010011011100011110011110111101101011110 | b0a6e3cf7db0a6e3cf7b5e |
UTF-8 | 愛穗}愛穗{^ | 111001101000010010011011111001111010100110010111011111011110011010000100100110111110011110101001100101110111101101011110 | e6849be7a9977de6849be7a9977b5e |
UHC | 愛穗}愛穗{^ | 1110010011110001111000101011010001111101111001001111000111100010101101000111101101011110 | e4f1e2b47de4f1e2b47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)