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 | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
SJIS-WIN | 邁誹瞳譿ィx | 11100111101100001001010011101110100100111011010111111011101011001010100001111000 | e7b094ee93b5fbaca878 |
EUC-JP | 邁誹瞳?ィx | 11101110101100101100100011110000110001101011011100111111100011101010100001111000 | eeb2c8f0c6b73f8ea878 |
UTF-8 | 邁誹瞳譿ィx | 11101001100000101000000111101000101010101011100111100111100111101011001111101000101011011011111111101111101111011010100001111000 | e98281e8aab9e79eb3e8adbfefbda878 |
UHC | 邁誹瞳??x | 110110001110010011011110101001101101010011011010001111110011111101111000 | d8e4dea6d4da3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)