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 | 踝夂命踝 | 1110011011110100100110101110011110010110101111011110011011110100 | e6f49ae796bde6f4 |
EUC-JP | 踝夂命踝 | 1110110011110110110101001110100111001100101111111110110011110110 | ecf6d4e9ccbfecf6 |
UTF-8 | 踝夂命踝 | 111010001011100010011101111001011010010010000010111001011001000110111101111010001011100010011101 | e8b89de5a482e591bde8b89d |
UHC | ??命? | 0011111100111111110110011010010000111111 | 3f3fd9a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)