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 | ???noBF | 00111111001111110011111101101110011011110100001001000110 | 3f3f3f6e6f4246 |
SJIS-WIN | テ環ョnoBF | 1100001110001010110000101010111001101110011011110100001001000110 | c38ac2ae6e6f4246 |
EUC-JP | テ環ョnoBF | 10001110110000111011010011000100100011101010111001101110011011110100001001000110 | 8ec3b4c48eae6e6f4246 |
UTF-8 | テ環ョnoBF | 11101111101111101000001111100111100100101011000011101111101111011010111001101110011011110100001001000110 | efbe83e792b0efbdae6e6f4246 |
UHC | ?環?noBF | 0011111111111100101110110011111101101110011011110100001001000110 | 3ffcbb3f6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)