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 | ?[[}?[[{^ | 001111110101101101011011011111010011111101011011010110110111101101011110 | 3f5b5b7d3f5b5b7b5e |
SJIS-WIN | 螺[[}螺[[{^ | 1001011110000110010110110101101101111101100101111000011001011011010110110111101101011110 | 97865b5b7d97865b5b7b5e |
EUC-JP | 螺[[}螺[[{^ | 1100110111100110010110110101101101111101110011011110011001011011010110110111101101011110 | cde65b5b7dcde65b5b7b5e |
UTF-8 | 螺[[}螺[[{^ | 11101000100111101011101001011011010110110111110111101000100111101011101001011011010110110111101101011110 | e89eba5b5b7de89eba5b5b7b5e |
UHC | 螺[[}螺[[{^ | 1101010110100010010110110101101101111101110101011010001001011011010110110111101101011110 | d5a25b5b7dd5a25b5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)