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 | 重?渦?? | 10001111011001000011111110001001010100010011111100111111 | 8f643f89513f3f |
EUC-JP | 重?渦?? | 10111101110001010011111110110001101100100011111100111111 | bdc53fb1b23f3f |
UTF-8 | 重렭渦쇔ㅄ | 111010011000011110001101111010111010000010101101111001101011100010100110111011001000011110010100111000111000010110000100 | e9878deba0ade6b8a6ec8794e38584 |
UHC | 重렭渦쇔ㅄ | 11110001111011001000111010111010111010001011111010111100111001011010010010110100 | f1ec8ebae8bebce5a4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)