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 | 簔矣^ | 11100010110000011110000111100001111101101011010001011110 | e2c1e1e1f6b45e |
EUC-JP | 簔矣?^ | 111001001100001111100010111000110011111101011110 | e4c3e2e33f5e |
UTF-8 | 簔矣^ | 11100111101100001001010011100111100111111010001111101110100100111001101101011110 | e7b094e79fa3ee939b5e |
UHC | ?矣?^ | 0011111111101011111110000011111101011110 | 3febf83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)