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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 癬纖淵 | 111000011001110111100011100110011001010110100011 | e19de39995a3 |
EUC-JP | 癬纖淵 | 111000011111110111100101111110011100101010100101 | e1fde5f9caa5 |
UTF-8 | 癬纖淵 | 111001111001100110101100111001111011101010010110111001101011011110110101 | e799ace7ba96e6b7b5 |
UHC | 癬纖淵 | 111000001100100011100000111010011110011011010000 | e0c8e0e9e6d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)