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 | ⅲ嫉オソ | 1111101001000010100011101011100111110010101000111011010110111111 | fa428eb9f2a3b5bf |
EUC-JP | ?嫉?オソ | 0011111110111100101110110011111110001110101101011000111010111111 | 3fbcbb3f8eb58ebf |
UTF-8 | ⅲ嫉オソ | 111000101000010110110010111001011010101110001001111011101000011110011010111011111011110110110101111011111011110110111111 | e285b2e5ab89ee879aefbdb5efbdbf |
UHC | ⅲ嫉??? | 10100101101000111111001011101100001111110011111100111111 | a5a3f2ec3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)