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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 阮ケ霓 | 1110100010010110101110011110100010111101 | e896b9e8bd |
EUC-JP | 阮ケ霓 | 111011111111011010001110101110011111000010111111 | eff68eb9f0bf |
UTF-8 | 阮ケ霓 | 111010011001100010101110111011111011110110111001111010011001110010010011 | e998aeefbdb9e99c93 |
UHC | 阮?霓 | 1110100011010110001111111110011111100111 | e8d63fe7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)