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 | 10001011110010101000001110000101001111110111101101100100 | 8bca83853f7b64 |
EUC-JP | 玉ュ?{d | 10110110110011001010010111100101001111110111101101100100 | b6cca5e53f7b64 |
UTF-8 | 玉ュ콑{d | 1110011110001110100010011110001110000011101001011110110010111101100100010111101101100100 | e78e89e383a5ecbd917b64 |
UHC | 玉ュ콑{d | 1110100010101100101010111110010110110001100011010111101101100100 | e8acabe5b18d7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)