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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 溏潁鶉稙 | 1001111111101101100111111111000111101010010001111110001001100101 | 9fed9ff1ea47e265 |
EUC-JP | 溏潁鶉稙 | 1101111011101111110111101111001111110011101010001110001111000110 | deefdef3f3a8e3c6 |
UTF-8 | 溏潁鶉稙 | 111001101011101010001111111001101011110110000001111010011011011010001001111001111010100010011001 | e6ba8fe6bd81e9b689e7a899 |
UHC | ?潁?稙 | 001111111110011110111000001111111111001011000010 | 3fe7b83ff2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)