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 | 症?貔セ瘢 | 1000111111000111001111111110011010111110101111101110000110001101 | 8fc73fe6bebee18d |
EUC-JP | 症錟貔セ瘢 | 1011111011001001100011111110010011011101111011001100000010001110101111101110000111101101 | bec98fe4ddecc08ebee1ed |
UTF-8 | 症錟貔セ瘢 | 111001111001011110000111111010011000110010011111111010001011001010010100111011111011110110111110111001111001100010100010 | e79787e98c9fe8b294efbdbee798a2 |
UHC | 症錟??瘢 | 1111000111111000110100111100101000111111001111111101101011101110 | f1f8d3ca3f3fdaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)