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 | 襞碕絢 | 111001011111110010001101111010101000100010111010 | e5fc8dea88ba |
EUC-JP | 襞碕絢 | 111010101111111010111010111011001011000010111100 | eafebaecb0bc |
UTF-8 | 襞碕絢 | 111010001010010110011110111001111010001010010101111001111011010110100010 | e8a59ee7a295e7b5a2 |
UHC | ??絢 | 00111111001111111111101011100010 | 3f3ffae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)