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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 絶??掌?{d | 100100001110001000111111001111111000111110110110001111110111101101100100 | 90e23f3f8fb63f7b64 |
EUC-JP | 絶??掌?{d | 110000001110010000111111001111111011111010111000001111110111101101100100 | c0e43f3fbeb83f7b64 |
UTF-8 | 絶뷂쉑掌쭂{d | 1110011110110101101101101110101110110111100000101110110010001001100100011110011010001110100011001110110010101101100000100111101101100100 | e7b5b6ebb782ec8991e68e8cecad827b64 |
UHC | 絶뷂쉑掌쭂{d | 111011111011111010010100111011111011110110100111111011011110011010100111011110000111101101100100 | efbe94efbda7ede6a7787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)