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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 誌蠱}誌蠱{^ | 1000111010001111111001011100000101111101100011101000111111100101110000010111101101011110 | 8e8fe5c17d8e8fe5c17b5e |
EUC-JP | 誌蠱}誌蠱{^ | 1011101111101111111010101100001101111101101110111110111111101010110000110111101101011110 | bbefeac37dbbefeac37b5e |
UTF-8 | 誌蠱}誌蠱{^ | 111010001010101010001100111010001010000010110001011111011110100010101010100011001110100010100000101100010111101101011110 | e8aa8ce8a0b17de8aa8ce8a0b17b5e |
UHC | 誌蠱}誌蠱{^ | 1111001010111100110011011100110001111101111100101011110011001101110011000111101101011110 | f2bccdcc7df2bccdcc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)