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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 鰒[鰒[^ | 11101001110101100101101111101001110101100101101101011110 | e9d65be9d65b5e |
EUC-JP | 鰒[鰒[^ | 11110010110110000101101111110010110110000101101101011110 | f2d85bf2d85b5e |
UTF-8 | 鰒[鰒[^ | 111010011011000010010010010110111110100110110000100100100101101101011110 | e9b0925be9b0925b5e |
UHC | 鰒[鰒[^ | 11011100111000010101101111011100111000010101101101011110 | dce15bdce15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)