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{^ | 001111110011111101110010011111010011111100111111011100100111101101011110 | 3f3f727d3f3f727b5e |
SJIS-WIN | 踵エr}踵エr{^ | 1110011011111001101101000111001001111101111001101111100110110100011100100111101101011110 | e6f9b4727de6f9b4727b5e |
EUC-JP | 踵エr}踵エr{^ | 11101100111110111000111010110100011100100111110111101100111110111000111010110100011100100111101101011110 | ecfb8eb4727decfb8eb4727b5e |
UTF-8 | 踵エr}踵エr{^ | 1110100010111000101101011110111110111101101101000111001001111101111010001011100010110101111011111011110110110100011100100111101101011110 | e8b8b5efbdb4727de8b8b5efbdb4727b5e |
UHC | 踵?r}踵?r{^ | 1111000110100010001111110111001001111101111100011010001000111111011100100111101101011110 | f1a23f727df1a23f727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)