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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蜃躯興鮗サ蟇 | 1110010110000111100010111110101110001011101110111110100110111010101110111110010110101111 | e5878beb8bbbe9babbe5af |
EUC-JP | 蜃躯興鮗サ蟇 | 111010011110011110110110111011011011011010111101111100101011110010001110101110111110101010110001 | e9e7b6edb6bdf2bc8ebbeab1 |
UTF-8 | 蜃躯興鮗サ蟇 | 111010001001110010000011111010001011101010101111111010001000100010001000111010011010111010010111111011111011110110111011111010001001111110000111 | e89c83e8baafe88888e9ae97efbdbbe89f87 |
UHC | 蜃?興??? | 1110001111110001001111111111110111101001001111110011111100111111 | e3f13ffde93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)