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 | 盧梨盧悧^ | 111000011011100010010111100111001110000110111000100111001010010001011110 | e1b8979ce1b89ca45e |
EUC-JP | 盧梨盧悧^ | 111000101011101011001101111111001110001010111010110110001010011001011110 | e2bacdfce2bad8a65e |
UTF-8 | 盧梨盧悧^ | 11100111100110111010011111100110101000101010100011100111100110111010011111100110100000101010011101011110 | e79ba7e6a2a8e79ba7e682a75e |
UHC | 盧梨盧悧^ | 110101101101010011010111110111101101011011010100110101111101110001011110 | d6d4d7ded6d4d7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)