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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 甑?∧精? | 1000110110011001001111111000000111001000100100001011100000111111 | 8d993f81c890b83f |
EUC-JP | 甑?∧精? | 1011100111111001001111111010001011001010110000001011101000111111 | b9f93fa2cac0ba3f |
UTF-8 | 甑당∧精렦 | 111001111001010010010001111010111000101110111001111000101000100010100111111001111011001010111110111010111010000010100110 | e79491eb8bb9e288a7e7b2beeba0a6 |
UHC | 甑당∧精렦 | 11110001111101111011010011100111101000011111110011101111111100011000111010110101 | f1f7b4e7a1fceff18eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)