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{^ | 00111111011100100111110100111111011100100111101101011110 | 3f727d3f727b5e |
SJIS-WIN | 蘓r}蘓r{^ | 111001010101111001110010011111011110010101011110011100100111101101011110 | e55e727de55e727b5e |
EUC-JP | 蘓r}蘓r{^ | 111010011011111101110010011111011110100110111111011100100111101101011110 | e9bf727de9bf727b5e |
UTF-8 | 蘓r}蘓r{^ | 1110100010011000100100110111001001111101111010001001100010010011011100100111101101011110 | e89893727de89893727b5e |
UHC | ?r}?r{^ | 00111111011100100111110100111111011100100111101101011110 | 3f727d3f727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)