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 | ?騷}?騷{^ | 001111111110100101111010011111010011111111101001011110100111101101011110 | 3fe97a7d3fe97a7b5e |
EUC-JP | ?騷}?騷{^ | 001111111111000111011011011111010011111111110001110110110111101101011110 | 3ff1db7d3ff1db7b5e |
UTF-8 | 롘騷}롘騷{^ | 111010111010000110011000111010011010100010110111011111011110101110100001100110001110100110101000101101110111101101011110 | eba198e9a8b77deba198e9a8b77b5e |
UHC | 롘騷}롘騷{^ | 1000111011011100111000011101001101111101100011101101110011100001110100110111101101011110 | 8edce1d37d8edce1d37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)