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 | 顰千ャャ蔔 | 1110100011111100100100001110011110101100101011001110010011110111 | e8fc90e7acace4f7 |
EUC-JP | 顰千ャャ蔔 | 11110000111111101100000011101001100011101010110010001110101011001110100011111001 | f0fec0e98eac8eace8f9 |
UTF-8 | 顰千ャャ蔔 | 111010011010000110110000111001011000110110000011111011111011110110101100111011111011110110101100111010001001010010010100 | e9a1b0e58d83efbdacefbdace89494 |
UHC | ?千??蔔 | 00111111111101001011011000111111001111111101110011011011 | 3ff4b63f3fdcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)