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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 櫻??揖у | 1001111101001110001111110011111110010111010010111000010010000101 | 9f4e3f3f974b8485 |
EUC-JP | 櫻??揖у | 1101110110101111001111110011111111001101101011001010011111100101 | ddaf3f3fcdaca7e5 |
UTF-8 | 櫻뗪쒀揖у | 1110011010101011101110111110101110010111101010101110110010010010100000001110011010001111100101101101000110000011 | e6abbbeb97aaec9280e68f96d183 |
UHC | 櫻뗪쒀揖у | 11100101101000011000101111101010101111101010110011101011111001111010110011100101 | e5a18beabeacebe7ace5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)