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 | 蘂??巍? | 11100101010000010011111100111111100110111101100100111111 | e5413f3f9bd93f |
EUC-JP | 蘂??巍? | 11101001101000100011111100111111110101101101101100111111 | e9a23f3fd6db3f |
UTF-8 | 蘂녑댗巍뛄 | 111010001001100010000010111010111000010110010001111010111000110010010111111001011011011110001101111010111001101110000100 | e89882eb8591eb8c97e5b78deb9b84 |
UHC | 蘂녑댗巍뛄 | 11100111110111101011001111100101100010001011101111101000111001001000110101000010 | e7deb3e588bbe8e48d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)