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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 隹キ迢ク襠歡^ | 1110100010110000101101111110011110001011101110001110010111111011100111110110001101011110 | e8b0b7e78bb8e5fb9f635e |
EUC-JP | 隹キ迢ク襠歡^ | 11110000101100101000111010110111111011011110101110001110101110001110101011111101110111011100010001011110 | f0b28eb7edeb8eb8eafdddc45e |
UTF-8 | 隹キ迢ク襠歡^ | 11101001100110101011100111101111101111011011011111101000101111111010001011101111101111011011100011101000101001011010000011100110101011011010000101011110 | e99ab9efbdb7e8bfa2efbdb8e8a5a0e6ada15e |
UHC | ?????歡^ | 0011111100111111001111110011111100111111111111001011011001011110 | 3f3f3f3f3ffcb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)