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 | 啼?糾鄭? | 1001101001100101001111111000101110001010100100110100000100111111 | 9a653f8b8a93413f |
EUC-JP | 啼?糾鄭? | 1101001111000110001111111011010111101010110001011010001000111111 | d3c63fb5eac5a23f |
UTF-8 | 啼ㅻ糾鄭렩 | 111001011001010110111100111000111000010110111011111001111011001110111110111010011000010010101101111010111010000010101001 | e595bce385bbe7b3bee984adeba0a9 |
UHC | 啼ㅻ糾鄭렩 | 11110000101001101010010011101011110100001010110011101111111101111000111010110111 | f0a6a4ebd0aceff78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)