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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 矗矣F | 11100001110111101110000111100001111100001110100101000110 | e1dee1e1f0e946 |
EUC-JP | 矗矣?F | 111000101110000011100010111000110011111101000110 | e2e0e2e33f46 |
UTF-8 | 矗矣F | 11100111100111111001011111100111100111111010001111101110100000101010100001000110 | e79f97e79fa3ee82a846 |
UHC | 矗矣?F | 111101011011100011101011111110000011111101000110 | f5b8ebf83f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)