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{^ | 00111111010100100111110100111111010100100111101101011110 | 3f527d3f527b5e |
SJIS-WIN | R}R{^ | 111100101100101001010010011111011111001011001010010100100111101101011110 | f2ca527df2ca527b5e |
EUC-JP | ?R}?R{^ | 00111111010100100111110100111111010100100111101101011110 | 3f527d3f527b5e |
UTF-8 | R}R{^ | 1110111010001000100000010101001001111101111011101000100010000001010100100111101101011110 | ee8881527dee8881527b5e |
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)