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 | 荳ケ霎ソ莉匁 | 11100100101110001011100111101000101111101011111111100100101110111001011011100110 | e4b8b9e8bebfe4bb96e6 |
EUC-JP | 荳ケ霎ソ莉匁 | 111010001011101010001110101110011111000011000000100011101011111111101000101111011100110011101000 | e8ba8eb9f0c08ebfe8bdcce8 |
UTF-8 | 荳ケ霎ソ莉匁 | 111010001000110110110011111011111011110110111001111010011001110010001110111011111011110110111111111010001000111010001001111001011000110010000001 | e88db3efbdb9e99c8eefbdbfe88e89e58c81 |
UHC | 荳???莉? | 1101010011100101001111110011111100111111110101111110100100111111 | d4e53f3f3fd7e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)