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Úê | 100111100100010010011011110110101110101010100000 | 9e449bdaeaa0 |
SJIS-WIN | ?D???? | 001111110100010000111111001111110011111100111111 | 3f443f3f3f3f |
EUC-JP | ?D?Úê? | 00111111010001000011111110001111101010101110001010001111101010111011010000111111 | 3f443f8faae28fabb43f |
UTF-8 | DÚê | 1100001010011110010001001100001010011011110000111001101011000011101010101100001010100000 | c29e44c29bc39ac3aac2a0 |
UHC | ?D???? | 001111110100010000111111001111110011111100111111 | 3f443f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)