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 | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-WIN | ョ[}ョ[{^ | 100000111000011101011011011111011000001110000111010110110111101101011110 | 83875b7d83875b7b5e |
EUC-JP | ョ[}ョ[{^ | 101001011110011101011011011111011010010111100111010110110111101101011110 | a5e75b7da5e75b7b5e |
UTF-8 | ョ[}ョ[{^ | 1110001110000011101001110101101101111101111000111000001110100111010110110111101101011110 | e383a75b7de383a75b7b5e |
UHC | ョ[}ョ[{^ | 101010111110011101011011011111011010101111100111010110110111101101011110 | abe75b7dabe75b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)