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 | 甬燼}甬燼{^ | 1110000101010100111000001001111001111101111000010101010011100000100111100111101101011110 | e154e09e7de154e09e7b5e |
EUC-JP | 甬燼}甬燼{^ | 1110000110110101110111111111111001111101111000011011010111011111111111100111101101011110 | e1b5dffe7de1b5dffe7b5e |
UTF-8 | 甬燼}甬燼{^ | 111001111001010010101100111001111000011110111100011111011110011110010100101011001110011110000111101111000111101101011110 | e794ace787bc7de794ace787bc7b5e |
UHC | 甬燼}甬燼{^ | 1110100111000101111000111110100001111101111010011100010111100011111010000111101101011110 | e9c5e3e87de9c5e3e87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)