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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 歟??^ | 1001111101100010001111110011111101011110 | 9f623f3f5e |
EUC-JP | 歟??^ | 1101110111000011001111110011111101011110 | ddc33f3f5e |
UTF-8 | 歟㏉듆^ | 11100110101011011001111111100011100011111000100111101011100100111000011001011110 | e6ad9fe38f89eb93865e |
UHC | 歟㏉듆^ | 11100110101000101010011111101101100010101011101001011110 | e6a2a7ed8aba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)