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 | 荏耕潔窪? | 100010010110000010001101011010111000110010001001100011000100010100111111 | 89608d6b8c898c453f |
EUC-JP | 荏耕潔窪? | 101100011100000110111001110011001011011111101001101101111010011000111111 | b1c1b9ccb7e9b7a63f |
UTF-8 | 荏耕潔窪렱 | 111010001000110110001111111010001000000010010101111001101011110110010100111001111010101010101010111010111010000010110001 | e88d8fe88095e6bd94e7aaaaeba0b1 |
UHC | 荏耕潔窪렱 | 11101100111110111100110011101001110011001011111011101000110000011000111010111110 | ecfbcce9ccbee8c18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)