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 | 鯀リ鯀リ^ | 1110100110111111110110001111100001000100111010011011111111011000111110000100010001011110 | e9bfd8f844e9bfd8f8445e |
EUC-JP | 鯀リ?鯀リ?^ | 1111001011000001100011101101100000111111111100101100000110001110110110000011111101011110 | f2c18ed83ff2c18ed83f5e |
UTF-8 | 鯀リ鯀リ^ | 11101001101011111000000011101111101111101001100011101110100101111010010011101001101011111000000011101111101111101001100011101110100101111010010001011110 | e9af80efbe98ee97a4e9af80efbe98ee97a45e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)