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 | 媛?財?? | 10010101010100010011111110001101111000000011111100111111 | 95513f8de03f3f |
EUC-JP | 媛?財?? | 11001001101100100011111110111010111000100011111100111111 | c9b23fbae23f3f |
UTF-8 | 媛렦財비렱 | 111001011010101010011011111010111010000010100110111010001011001010100001111010111011100110000100111010111010000010110001 | e5aa9beba0a6e8b2a1ebb984eba0b1 |
UHC | 媛렦財비렱 | 11101010101100001000111010110101111011101010111110111010111100011000111010111110 | eab08eb5eeafbaf18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)