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 | 雖狗挑 | 111001011010101110001011111001111001001010100111 | e5ab8be792a7 |
EUC-JP | 雖狗挑 | 111010101010110110110110111010011100010010101001 | eaadb6e9c4a9 |
UTF-8 | 雖狗挑 | 111010011001101110010110111001111000101110010111111001101000110010010001 | e99b96e78b97e68c91 |
UHC | 雖狗挑 | 111000101100110011001111101101111101001111111011 | e2cccfb7d3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)