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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 轤殊ウエ妺キ | 111001111000001010001110111010101011001110110100111110101010010110110111 | e7828eeab3b4faa5b7 |
EUC-JP | 轤殊ウエ妺キ | 11101101111000101011110011101100100011101011001110001110101101001000111110111001101101111000111010110111 | ede2bcec8eb38eb48fb9b78eb7 |
UTF-8 | 轤殊ウエ妺キ | 111010001011110110100100111001101010111010001010111011111011110110110011111011111011110110110100111001011010011010111010111011111011110110110111 | e8bda4e6ae8aefbdb3efbdb4e5a6baefbdb7 |
UHC | ?殊???? | 00111111111000101010100000111111001111110011111100111111 | 3fe2a83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)