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 | 漿蠱}漿蠱{^ | 1001111111110111111001011100000101111101100111111111011111100101110000010111101101011110 | 9ff7e5c17d9ff7e5c17b5e |
EUC-JP | 漿蠱}漿蠱{^ | 1101111011111001111010101100001101111101110111101111100111101010110000110111101101011110 | def9eac37ddef9eac37b5e |
UTF-8 | 漿蠱}漿蠱{^ | 111001101011110010111111111010001010000010110001011111011110011010111100101111111110100010100000101100010111101101011110 | e6bcbfe8a0b17de6bcbfe8a0b17b5e |
UHC | 漿蠱}漿蠱{^ | 1110110111101100110011011100110001111101111011011110110011001101110011000111101101011110 | edeccdcc7dedeccdcc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)