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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 篌羆篌羆^ | 111000101011101011100011101011111110001010111010111000111010111101011110 | e2bae3afe2bae3af5e |
EUC-JP | 篌羆篌羆^ | 111001001011110011100110101100011110010010111100111001101011000101011110 | e4bce6b1e4bce6b15e |
UTF-8 | 篌羆篌羆^ | 11100111101011111000110011100111101111101000011011100111101011111000110011100111101111101000011001011110 | e7af8ce7be86e7af8ce7be865e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)