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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 潁〓????^ | 100111111111000110000001101011000011111100111111001111110011111101011110 | 9ff181ac3f3f3f3f5e |
EUC-JP | 潁〓????^ | 110111101111001110100010101011100011111100111111001111110011111101011110 | def3a2ae3f3f3f3f5e |
UTF-8 | 潁〓젙玲곷젷^ | 11100110101111011000000111100011100000001001001111101100101000001001100111101111101001101010110111101010101100111011011111101100101000001011011101011110 | e6bd81e38093eca099efa6adeab3b7eca0b75e |
UHC | 潁〓젙玲곷젷^ | 11100111101110001010000111101011101000001001010111100111101111111000000111101011101000001010101101011110 | e7b8a1eba095e7bf81eba0ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)