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 | 驪有驪有^ | 111010011000101110010111010011001110100110001011100101110100110001011110 | e98b974ce98b974c5e |
EUC-JP | 驪有驪有^ | 111100011110101111001101101011011111000111101011110011011010110101011110 | f1ebcdadf1ebcdad5e |
UTF-8 | 驪有驪有^ | 11101001101010011010101011100110100111001000100111101001101010011010101011100110100111001000100101011110 | e9a9aae69c89e9a9aae69c895e |
UHC | 驪有驪有^ | 110101011111000111101010111100111101010111110001111010101111001101011110 | d5f1eaf3d5f1eaf35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)