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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 很酊}很酊{^ | 1001110001101011111001111100001001111101100111000110101111100111110000100111101101011110 | 9c6be7c27d9c6be7c27b5e |
EUC-JP | 很酊}很酊{^ | 1101011111001100111011101100010001111101110101111100110011101110110001000111101101011110 | d7cceec47dd7cceec47b5e |
UTF-8 | 很酊}很酊{^ | 111001011011111010001000111010011000010110001010011111011110010110111110100010001110100110000101100010100111101101011110 | e5be88e9858a7de5be88e9858a7b5e |
UHC | ?酊}?酊{^ | 001111111110111111111000011111010011111111101111111110000111101101011110 | 3feff87d3feff87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)