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 | 魘羽}魘羽{^ | 1110100110110100100010010100100001111101111010011011010010001001010010000111101101011110 | e9b489487de9b489487b5e |
EUC-JP | 魘羽}魘羽{^ | 1111001010110110101100011010100101111101111100101011011010110001101010010111101101011110 | f2b6b1a97df2b6b1a97b5e |
UTF-8 | 魘羽}魘羽{^ | 111010011010110110011000111001111011111010111101011111011110100110101101100110001110011110111110101111010111101101011110 | e9ad98e7bebd7de9ad98e7bebd7b5e |
UHC | ?羽}?羽{^ | 001111111110100111100010011111010011111111101001111000100111101101011110 | 3fe9e27d3fe9e27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)