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 | ?痙[?痙[^ | 001111111110000101111010010110110011111111100001011110100101101101011110 | 3fe17a5b3fe17a5b5e |
EUC-JP | ?痙[?痙[^ | 001111111110000111011011010110110011111111100001110110110101101101011110 | 3fe1db5b3fe1db5b5e |
UTF-8 | ㎭痙[㎭痙[^ | 111000111000111010101101111001111001011110011001010110111110001110001110101011011110011110010111100110010101101101011110 | e38eade797995be38eade797995b5e |
UHC | ㎭痙[㎭痙[^ | 1010011111100001110011001110001001011011101001111110000111001100111000100101101101011110 | a7e1cce25ba7e1cce25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)