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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?曉[?曉[^ | 001111111001110111111010010110110011111110011101111110100101101101011110 | 3f9dfa5b3f9dfa5b5e |
EUC-JP | ?曉[?曉[^ | 001111111101101011111100010110110011111111011010111111000101101101011110 | 3fdafc5b3fdafc5b5e |
UTF-8 | 뤗曉[뤗曉[^ | 111010111010010010010111111001101001101110001001010110111110101110100100100101111110011010011011100010010101101101011110 | eba497e69b895beba497e69b895b5e |
UHC | 뤗曉[뤗曉[^ | 1000111111000111111111001111101101011011100011111100011111111100111110110101101101011110 | 8fc7fcfb5b8fc7fcfb5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)