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{^ | 11111011010100100111110111111011010100100111101101011110 | fb527dfb527b5e |
SJIS-WIN | ?R}?R{^ | 00111111010100100111110100111111010100100111101101011110 | 3f527d3f527b5e |
EUC-JP | ûR}ûR{^ | 1000111110101011111001010101001001111101100011111010101111100101010100100111101101011110 | 8fabe5527d8fabe5527b5e |
UTF-8 | ûR}ûR{^ | 110000111011101101010010011111011100001110111011010100100111101101011110 | c3bb527dc3bb527b5e |
UHC | ?R}?R{^ | 00111111010100100111110100111111010100100111101101011110 | 3f527d3f527b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)