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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬢捺焔鄂 | 1110100110100100100100111110011010001001100010111110011110111101 | e9a493e6898be7bd |
EUC-JP | 鬢捺焔鄂 | 1111001010100110110001101110100010110001111010111110111010111111 | f2a6c6e8b1ebeebf |
UTF-8 | 鬢捺焔鄂 | 111010011010110010100010111001101000110110111010111001111000010010010100111010011000010010000010 | e9aca2e68dbae78494e98482 |
UHC | ?捺?鄂 | 001111111101000111110100001111111110010011000111 | 3fd1f43fe4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)