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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 渦?@渦?@B | 100010010101000100111111010000001000100101010001001111110100000001000010 | 89513f4089513f4042 |
EUC-JP | 渦?@渦?@B | 101100011011001000111111010000001011000110110010001111110100000001000010 | b1b23f40b1b23f4042 |
UTF-8 | 渦캰@渦캰@B | 111001101011100010100110111011001011101010110000010000001110011010111000101001101110110010111010101100000100000001000010 | e6b8a6ecbab040e6b8a6ecbab04042 |
UHC | 渦캰@渦캰@B | 1110100010111110101100000101000001000000111010001011111010110000010100000100000001000010 | e8beb05040e8beb0504042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)