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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?蓑????^ | 0011111110010110101010100011111100111111001111110011111101011110 | 3f96aa3f3f3f3f5e |
EUC-JP | 邕蓑????^ | 10001111111000011110110111001100101011000011111100111111001111110011111101011110 | 8fe1edccac3f3f3f3f5e |
UTF-8 | 邕蓑렋곡렍렟^ | 11101001100000101001010111101000100100111001000111101011101000001000101111101010101100111010000111101011101000001000110111101011101000001001111101011110 | e98295e89391eba08beab3a1eba08deba09f5e |
UHC | 邕蓑렋곡렍렟^ | 11101000101110111101111011101110100011101010001010110000111011101000111010100011100011101011000001011110 | e8bbdeee8ea2b0ee8ea38eb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)