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 | 湿篝縞瑟雕 | 10001110101111001110001010111110100011101100100011100000111011001110100010111000 | 8ebce2be8ec8e0ece8b8 |
EUC-JP | 湿篝縞瑟雕 | 10111100101111101110010011000000101111001100101011100000111011101111000010111010 | bcbee4c0bccae0eef0ba |
UTF-8 | 湿篝縞瑟雕 | 111001101011100110111111111001111010111110011101111001111011100010011110111001111001000110011111111010011001101110010101 | e6b9bfe7af9de7b89ee7919fe99b95 |
UHC | ??縞瑟雕 | 0011111100111111111110111101011011100011101000101111000011100111 | 3f3ffbd6e3a2f0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)