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 | 嫉シ齊イ | 11110000111010101000111010111001111100011110011110111100111010101000111010110010 | f0ea8eb9f1e7bcea8eb2 |
EUC-JP | ?嫉?シ齊イ | 00111111101111001011101100111111100011101011110011110011111011101000111010110010 | 3fbcbb3f8ebcf3ee8eb2 |
UTF-8 | 嫉シ齊イ | 111011101000001010101001111001011010101110001001111011101000010110100010111011111011110110111100111010011011110110001010111011111011110110110010 | ee82a9e5ab89ee85a2efbdbce9bd8aefbdb2 |
UHC | ?嫉??齊? | 0011111111110010111011000011111100111111111100001011101000111111 | 3ff2ec3f3ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)