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 | 址??坎? | 10011010101011000011111100111111100110101010101000111111 | 9aac3f3f9aaa3f |
EUC-JP | 址??坎? | 11010100101011100011111100111111110101001010110000111111 | d4ae3f3fd4ac3f |
UTF-8 | 址븐렢坎렟 | 111001011001110110000000111010111011100010010000111010111010000010100010111001011001110110001110111010111010000010011111 | e59d80ebb890eba0a2e59d8eeba09f |
UHC | 址븐렢坎렟 | 11110010101000111011101011101100100011101011001111001010111011001000111010110000 | f2a3baec8eb3caec8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)