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 | ?}?u??T^ | 0011111101111101001111110111010100111111001111110101010001011110 | 3f7d3f753f3f545e |
SJIS-WIN | 直}直u??T^ | 10010010101111000111110110010010101111000111010100111111001111110101010001011110 | 92bc7d92bc753f3f545e |
EUC-JP | 直}直u??T^ | 11000100101111100111110111000100101111100111010100111111001111110101010001011110 | c4be7dc4be753f3f545e |
UTF-8 | 直}直u롉렢T^ | 11100111100110111011010001111101111001111001101110110100011101011110101110100001100010011110101110100000101000100101010001011110 | e79bb47de79bb475eba189eba0a2545e |
UHC | 直}直u롉렢T^ | 111100101100000101111101111100101100000101110101100011101100111110001110101100110101010001011110 | f2c17df2c1758ecf8eb3545e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)