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 | 痍?媛? | 111000010111011100111111100101010101000100111111 | e1773f95513f |
EUC-JP | 痍?媛? | 111000011101100000111111110010011011001000111111 | e1d83fc9b23f |
UTF-8 | 痍렩媛렢 | 111001111001011110001101111010111010000010101001111001011010101010011011111010111010000010100010 | e7978deba0a9e5aa9beba0a2 |
UHC | 痍렩媛렢 | 1110110010110111100011101011011111101010101100001000111010110011 | ecb78eb7eab08eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)