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 | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 齊??{d | 111010101000111000111111001111110111101101100100 | ea8e3f3f7b64 |
EUC-JP | 齊??{d | 111100111110111000111111001111110111101101100100 | f3ee3f3f7b64 |
UTF-8 | 齊잭ㄸ{d | 1110100110111101100010101110110010011110101011011110001110000100101110000111101101100100 | e9bd8aec9eade384b87b64 |
UHC | 齊잭ㄸ{d | 1111000010111010110000001110100010100100101010000111101101100100 | f0bac0e8a4a87b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)