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 | ûR·}ûR·{^ | 1111101101010010100011101011011101111101111110110101001010001110101101110111101101011110 | fb528eb77dfb528eb77b5e |
SJIS-WIN | ?R??}?R??{^ | 0011111101010010001111110011111101111101001111110101001000111111001111110111101101011110 | 3f523f3f7d3f523f3f7b5e |
EUC-JP | ûR??}ûR??{^ | 100011111010101111100101010100100011111100111111011111011000111110101011111001010101001000111111001111110111101101011110 | 8fabe5523f3f7d8fabe5523f3f7b5e |
UTF-8 | ûR·}ûR·{^ | 1100001110111011010100101100001010001110110000101011011101111101110000111011101101010010110000101000111011000010101101110111101101011110 | c3bb52c28ec2b77dc3bb52c28ec2b77b5e |
UHC | ?R?·}?R?·{^ | 00111111010100100011111110100001101001000111110100111111010100100011111110100001101001000111101101011110 | 3f523fa1a47d3f523fa1a47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)