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 | 絶??┘徇 | 1001000011100010001111110011111110000100101000111001110001101101 | 90e23f3f84a39c6d |
EUC-JP | 絶??┘徇 | 1100000011100100001111110011111110101000101001011101011111001110 | c0e43f3fa8a5d7ce |
UTF-8 | 絶꺨닷┘徇 | 111001111011010110110110111010101011101010101000111010111000101110110111111000101001010010011000111001011011111010000111 | e7b5b6eabaa8eb8bb7e29498e5be87 |
UHC | 絶꺨닷┘徇 | 11101111101111101000001111001110101101001110010110100110101001011110001011011111 | efbe83ceb4e5a6a5e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)