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 | 鱆哺[鱆哺[^ | 1110100111100001100110100100110101011011111010011110000110011010010011010101101101011110 | e9e19a4d5be9e19a4d5b5e |
EUC-JP | 鱆哺[鱆哺[^ | 1111001011100011110100111010111001011011111100101110001111010011101011100101101101011110 | f2e3d3ae5bf2e3d3ae5b5e |
UTF-8 | 鱆哺[鱆哺[^ | 111010011011000110000110111001011001001110111010010110111110100110110001100001101110010110010011101110100101101101011110 | e9b186e593ba5be9b186e593ba5b5e |
UHC | ?哺[?哺[^ | 001111111111100011010100010110110011111111111000110101000101101101011110 | 3ff8d45b3ff8d45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)