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 | テ氾堙。テセ^ | 110000111001010011000011100110101100001110100001110000111011111001011110 | c394c39ac3a1c3be5e |
EUC-JP | テ氾堙。テセ^ | 10001110110000111100100011000101110101001100010110001110101000011000111011000011100011101011111001011110 | 8ec3c8c5d4c58ea18ec38ebe5e |
UTF-8 | テ氾堙。テセ^ | 11101111101111101000001111100110101100001011111011100101101000001001100111101111101111011010000111101111101111101000001111101111101111011011111001011110 | efbe83e6b0bee5a099efbda1efbe83efbdbe5e |
UHC | ?氾????^ | 0011111111011011111100000011111100111111001111110011111101011110 | 3fdbf03f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)