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 | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | 昭銷{d | 100011111011101011100111111101110111101101100100 | 8fbae7f77b64 |
EUC-JP | 昭銷{d | 101111101011110011101110111110010111101101100100 | bebceef97b64 |
UTF-8 | 昭銷{d | 1110011010011000101011011110100110001010101101110111101101100100 | e698ade98ab77b64 |
UHC | 昭銷{d | 111000011011100111100001110100010111101101100100 | e1b9e1d17b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)