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 | ?????RE | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
SJIS-WIN | 螳滄響蜍コRE | 1110010110101110100111111110100110001011101111111110010110001011101110100101001001000101 | e5ae9fe98bbfe58bba5245 |
EUC-JP | 螳滄響蜍コRE | 111010101011000011011110111010111011011011000001111010011110101110001110101110100101001001000101 | eab0deebb6c1e9eb8eba5245 |
UTF-8 | 螳滄響蜍コRE | 1110100010011110101100111110011010111011100001001110100110011111101111111110100010011100100011011110111110111101101110100101001001000101 | e89eb3e6bb84e99fbfe89c8defbdba5245 |
UHC | 螳滄響??RE | 11010011110110011111001111100111111110101100001000111111001111110101001001000101 | d3d9f3e7fac23f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)