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 | ?尺}?尺{^ | 001111111000111011011010011111010011111110001110110110100111101101011110 | 3f8eda7d3f8eda7b5e |
EUC-JP | ?尺}?尺{^ | 001111111011110011011100011111010011111110111100110111000111101101011110 | 3fbcdc7d3fbcdc7b5e |
UTF-8 | 檺尺}檺尺{^ | 111001101010101010111010111001011011000010111010011111011110011010101010101110101110010110110000101110100111101101011110 | e6aabae5b0ba7de6aabae5b0ba7b5e |
UHC | ?尺}?尺{^ | 001111111111010010101001011111010011111111110100101010010111101101011110 | 3ff4a97d3ff4a97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)