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 | ??I???? | 00111111001111110100100100111111001111110011111100111111 | 3f3f493f3f3f3f |
SJIS-WIN | 遶ッI蜈カ轤ュ | 11100111101010111010111101001001111001011000010110110110111001111000001010101101 | e7abaf49e585b6e782ad |
EUC-JP | 遶ッI蜈カ轤ュ | 11101110101011011000111010101111010010011110100111100101100011101011011011101101111000101000111010101101 | eead8eaf49e9e58eb6ede28ead |
UTF-8 | 遶ッI蜈カ轤ュ | 11101001100000011011011011101111101111011010111101001001111010001001110010001000111011111011110110110110111010001011110110100100111011111011110110101101 | e981b6efbdaf49e89c88efbdb6e8bda4efbdad |
UHC | ??I蜈??? | 0011111100111111010010011110100010100101001111110011111100111111 | 3f3f49e8a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)