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 | ?盲? | 00111111100101101101001100111111 | 3f96d33f |
EUC-JP | 洧盲ˇ | 1000111111000111101101001100110011010101100011111010001010110000 | 8fc7b4ccd58fa2b0 |
UTF-8 | 洧盲ˇ | 1110011010110100101001111110011110011011101100101100101110000111 | e6b4a7e79bb2cb87 |
UHC | 洧盲ˇ | 111010101111101111011000111011101010001010100111 | eafbd8eea2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)