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 | 荵?∵ | 1110010010111001001111111000000111100110 | e4b93f81e6 |
EUC-JP | 荵騑∵ | 11101000101110111000111111101001101111011010001011101000 | e8bb8fe9bda2e8 |
UTF-8 | 荵騑∵ | 111010001000110110110101111010011010100010010001111000101000100010110101 | e88db5e9a891e288b5 |
UHC | ??∵ | 00111111001111111010000111110001 | 3f3fa1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)