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 | 遒碕セ「繖セ^ | 11100111101000101000110111101010101111101010001011100011100001001011111001011110 | e7a28deabea2e384be5e |
EUC-JP | 遒碕セ「繖セ^ | 11101110101001001011101011101100100011101011111010001110101000101110010111100100100011101011111001011110 | eea4baec8ebe8ea2e5e48ebe5e |
UTF-8 | 遒碕セ「繖セ^ | 11101001100000011001001011100111101000101001010111101111101111011011111011101111101111011010001011100111101110011001011011101111101111011011111001011110 | e98192e7a295efbdbeefbda2e7b996efbdbe5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)