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^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 昇クD^ | 10001111101110001111100010001110101110000100010001011110 | 8fb8f88eb8445e |
EUC-JP | 昇?クD^ | 10111110101110100011111110001110101110000100010001011110 | beba3f8eb8445e |
UTF-8 | 昇クD^ | 1110011010011000100001111110111010011000101011011110111110111101101110000100010001011110 | e69887ee98adefbdb8445e |
UHC | 昇??D^ | 111000111011000000111111001111110100010001011110 | e3b03f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)