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 | 瑚梨瑚悧^ | 100011001110100010010111100111001000110011101000100111001010010001011110 | 8ce8979c8ce89ca45e |
EUC-JP | 瑚梨瑚悧^ | 101110001110101011001101111111001011100011101010110110001010011001011110 | b8eacdfcb8ead8a65e |
UTF-8 | 瑚梨瑚悧^ | 11100111100100011001101011100110101000101010100011100111100100011001101011100110100000101010011101011110 | e7919ae6a2a8e7919ae682a75e |
UHC | 瑚梨瑚悧^ | 111110111101000111010111110111101111101111010001110101111101110001011110 | fbd1d7defbd1d7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)