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 | 筮盞}筮盞{^ | 1110001010101100111000011011010101111101111000101010110011100001101101010111101101011110 | e2ace1b57de2ace1b57b5e |
EUC-JP | 筮盞}筮盞{^ | 1110010010101110111000101011011101111101111001001010111011100010101101110111101101011110 | e4aee2b77de4aee2b77b5e |
UTF-8 | 筮盞}筮盞{^ | 111001111010110110101110111001111001101110011110011111011110011110101101101011101110011110011011100111100111101101011110 | e7adaee79b9e7de7adaee79b9e7b5e |
UHC | 筮盞}筮盞{^ | 1101111111111011111011011101001101111101110111111111101111101101110100110111101101011110 | dffbedd37ddffbedd37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)